Skip to content

Commit 13928b6

Browse files
committed
chore: merge alias redirect in one step
1 parent 77117ce commit 13928b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
git config --global user.name Docs deploy
7777
git config --global user.email docs@dummy.bot.com
7878
- 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
79+
run: |
80+
make release-docs VERSION=${RELEASE_TAG_VERSION} ALIAS="latest"
81+
poetry run mike set-default --push latest
8282
- name: Deploy all docs
8383
uses: peaceiris/actions-gh-pages@v3
8484
with:

0 commit comments

Comments
 (0)