Skip to content

Commit 3d6a190

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

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

+4-7
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 [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
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)