We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e02d2c commit 6ac9a5aCopy full SHA for 6ac9a5a
.github/workflows/beta-docs.yaml
@@ -23,4 +23,4 @@ jobs:
23
git config user.name github-actions[bot]
24
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
25
- name: Build Docs Website
26
- run: mike deploy --push --update-aliases beta
+ run: mike deploy --push --update-aliases 2.4 beta
.github/workflows/stable-docs.yaml
- run: mike deploy --push --update-aliases stable
+ run: mike deploy --push --update-aliases 2.3 stable
0 commit comments