Skip to content

Commit 6ac9a5a

Browse files
add major.minor versions
1 parent 7e02d2c commit 6ac9a5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/beta-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
git config user.name github-actions[bot]
2424
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2525
- name: Build Docs Website
26-
run: mike deploy --push --update-aliases beta
26+
run: mike deploy --push --update-aliases 2.4 beta

.github/workflows/stable-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
git config user.name github-actions[bot]
2424
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2525
- name: Build Docs Website
26-
run: mike deploy --push --update-aliases stable
26+
run: mike deploy --push --update-aliases 2.3 stable

0 commit comments

Comments
 (0)