Skip to content

Commit cbd2abd

Browse files
committed
trying to fix docs
1 parent b02af0f commit cbd2abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
apt-get update
2222
apt-get install -y git
23-
git clone --depth 1 "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
23+
git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
2424
shell: bash
2525

2626
- name: Execute script to build our documentation and update pages

0 commit comments

Comments
 (0)