Skip to content

Commit

Permalink
add --update-aliases flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefKruszynski committed Jan 6, 2025
1 parent fef1964 commit 8e3c853
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 @@ -24,4 +24,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 @@ -24,4 +24,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 8e3c853

Please sign in to comment.