Skip to content

Commit

Permalink
force push
Browse files Browse the repository at this point in the history
  • Loading branch information
suzinyou committed Aug 6, 2024
1 parent 2afedfc commit 83335cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- run: |
git config user.name github-actions-runner
git config user.email [email protected]
mike deploy --ignore-remote-status --push --update-aliases ${{ github.ref_name }} latest
mike deploy \
--ignore-remote-status \
--update-aliases ${{ github.ref_name }} latest
git push --force origin gh-pages
mike set-default --push latest

0 comments on commit 83335cb

Please sign in to comment.