Skip to content

Commit

Permalink
Update doxygen-gh-pages.yml, added mike for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Feb 21, 2024
1 parent 5ecd04a commit 5d71b14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jobs:
run: doxygen
- name: run mkdocs
run: mkdocs build

- name: Setup doc deploy
run: |
git config --global user.name Docs deploy
git config --global user.email docs@dummy.bot.com
- name: run mike
run: mike deploy master
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 5d71b14

Please sign in to comment.