This commit is contained in:
gittiver 2024-05-14 20:55:23 +00:00 committed by GitHub
commit 42330b0f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 7 deletions

View File

@ -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