We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd03572 commit 795e6e0Copy full SHA for 795e6e0
.github/workflows/stable_docs.yml
@@ -22,6 +22,7 @@ jobs:
22
python -m pip install -e ".[dev,docs]"
23
- name: Setup Docs Deploy
24
run: |
25
+ git fetch origin gh-pages --depth=1
26
git config --global user.name "Docs Deploy"
27
git config --global user.email "docs.deploy@example.co.uk"
28
- name: Build Docs Website
0 commit comments