We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dd9c0 commit 5460f7eCopy full SHA for 5460f7e
.github/workflows/build_docs.yml
@@ -21,7 +21,7 @@ jobs:
21
set -x
22
apt-get update
23
apt-get install -y git
24
- git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
+ git clone --depth 1 "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
25
shell: bash
26
27
- name: Run build script for Sphinx pages
0 commit comments