mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Update doxygen-gh-pages.yml, added mike for versioning
This commit is contained in:
parent
c47540bb8c
commit
08acd3a5fa
7
.github/workflows/doxygen-gh-pages.yml
vendored
7
.github/workflows/doxygen-gh-pages.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user