Skip to content

Commit

Permalink
add update-aliases to beta also
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefKruszynski committed Jan 6, 2025
1 parent b8acedf commit 7e02d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Build Docs Website
run: mike deploy --push beta
run: mike deploy --push --update-aliases beta
2 changes: 1 addition & 1 deletion .github/workflows/stable-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Build Docs Website
run: mike deploy --push stable
run: mike deploy --push --update-aliases stable

0 comments on commit 7e02d2c

Please sign in to comment.