Skip to content

Commit

Permalink
Push blog changes even when props are unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed May 14, 2024
1 parent 41b7a2b commit 86173ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
run: |
for config in $(ls docs/config/*/mkdocs.yml); do
mike deploy --config-file ${config} ${{ github.ref_name }};
mike props --config-file ${config} ${{ github.ref_name }} --set hidden=true --push ;
mike props --config-file ${config} ${{ github.ref_name }} --set hidden=true --allow-empty --push ;
done

0 comments on commit 86173ff

Please sign in to comment.