Skip to content

Commit 37488f0

Browse files
committed
Fix the version used by mike in the test action
1 parent b566131 commit 37488f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
git config --global user.email [email protected]
8787
8888
- name: Generate the docs with mike
89-
run: mike deploy 3.2-SNAPSHOT dev -u
89+
run: mike deploy test-version

0 commit comments

Comments
 (0)