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 28adab8 commit d179c34Copy full SHA for d179c34
2 files changed
.github/workflows/publish-develop-docs.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-python@v5
15
with:
16
python-version: 3.x
17
- - run: pip install -r requirements/build-docs.txt
+ - run: pip install -r requirements/docs.txt
18
- name: Publish Develop Docs
19
run: |
20
git config user.name github-actions
.github/workflows/publish-release-docs.yml
- name: Publish ${{ github.event.release.name }} Docs
0 commit comments