Skip to content

Commit

Permalink
Merge 5d71b14 into 5ecd04a
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Feb 21, 2024
2 parents 5ecd04a + 5d71b14 commit 48a2b85
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 48a2b85

Please sign in to comment.