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 77117ce commit 13928b6Copy full SHA for 13928b6
.github/workflows/publish.yml
@@ -76,9 +76,9 @@ jobs:
76
git config --global user.name Docs deploy
77
git config --global user.email docs@dummy.bot.com
78
- name: Build docs website and API reference
79
- run: make release-docs VERSION=${RELEASE_TAG_VERSION} ALIAS="latest"
80
- - name: Update docs redirects
81
- run: poetry run mike set-default --push latest
+ run: |
+ make release-docs VERSION=${RELEASE_TAG_VERSION} ALIAS="latest"
+ poetry run mike set-default --push latest
82
- name: Deploy all docs
83
uses: peaceiris/actions-gh-pages@v3
84
with:
0 commit comments