Skip to content

Commit

Permalink
try allow empty on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rikedyp committed Feb 18, 2025
1 parent 4cf72a0 commit 62bdc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-mike-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
git fetch origin gh-pages --depth=1
mike deploy ${MAJMIN}
mike alias --update-aliases --push ${MAJMIN} dev
mike alias --update-aliases --push --allow-empty ${MAJMIN} dev

0 comments on commit 62bdc3f

Please sign in to comment.