Skip to content

Commit 3d6a190

Browse files
committed
corrected mike calls fnd deployment for documentation
1 parent 1b6a4f4 commit 3d6a190

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/doxygen-gh-pages.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ jobs:
3333
run: |
3434
git config --global user.name Docs deploy
3535
git config --global user.email docs@dummy.bot.com
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
36+
- name: run mike (Deploy 🚀)
37+
run: |
38+
git fetch origin gh-pages --depth=1
39+
mike deploy master --push

0 commit comments

Comments
 (0)