Skip to content

Commit afffc92

Browse files
Updated MkDocs GitHub workflow to use mike deploy for deployment on branch feature/DPAV-1838
1 parent 1e9f940 commit afffc92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- run: pip install mkdocs-include-markdown-plugin
3636
- run: pip install pymdown-extensions
3737
- run: pip install mike
38-
- run: mike deploy 1.0.0 latest --push --update-aliases
38+
- run: mike set-default --push latest
39+
- run: mike deploy 1.1
3940
# - run: mkdocs gh-deploy --force
4041

0 commit comments

Comments
 (0)