Skip to content

Commit

Permalink
corrected mike calls fnd deployment for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed May 14, 2024
1 parent 1b6a4f4 commit 2645ccd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2645ccd

Please sign in to comment.