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 b02af0f commit cbd2abdCopy full SHA for cbd2abd
.github/workflows/build_docs.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
apt-get update
22
apt-get install -y git
23
- git clone --depth 1 "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
+ git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
24
shell: bash
25
26
- name: Execute script to build our documentation and update pages
0 commit comments