We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6a4f4 commit 3d6a190Copy full SHA for 3d6a190
.github/workflows/doxygen-gh-pages.yml
@@ -33,10 +33,7 @@ jobs:
33
run: |
34
git config --global user.name Docs deploy
35
git config --global user.email [email protected]
36
- - name: run mike
37
- run: mike deploy master
38
- - name: Deploy 🚀
39
- uses: JamesIves/github-pages-deploy-action@v4
40
- with:
41
- folder: site # The folder the action should deploy.
42
- target-folder: master # deploy to versioned directory
+ - name: run mike (Deploy 🚀)
+ run: |
+ git fetch origin gh-pages --depth=1
+ mike deploy master --push
0 commit comments