mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
corrected mike calls fnd deployment for documentation
This commit is contained in:
parent
1b6a4f4301
commit
3d6a19037d
11
.github/workflows/doxygen-gh-pages.yml
vendored
11
.github/workflows/doxygen-gh-pages.yml
vendored
@ -33,10 +33,7 @@ jobs:
|
||||
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:
|
||||
folder: site # The folder the action should deploy.
|
||||
target-folder: master # deploy to versioned directory
|
||||
- name: run mike (Deploy 🚀)
|
||||
run: |
|
||||
git fetch origin gh-pages --depth=1
|
||||
mike deploy master --push
|
||||
|
Loading…
Reference in New Issue
Block a user