Skip to content

Commit 5460f7e

Browse files
committed
trying to fix docs
1 parent 80dd9c0 commit 5460f7e

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
@@ -21,7 +21,7 @@ jobs:
2121
set -x
2222
apt-get update
2323
apt-get install -y git
24-
git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
24+
git clone --depth 1 "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
2525
shell: bash
2626

2727
- name: Run build script for Sphinx pages

0 commit comments

Comments
 (0)