Skip to content

Commit

Permalink
Hide blog in the version selector
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Dec 12, 2023
1 parent 678f656 commit 73c7cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ jobs:
if: ${{ github.ref_name == 'blog' }}
run: |
for config in $(ls docs/config/*/mkdocs.yml); do
mike deploy --push --config-file ${config} ${{ github.ref_name }};
mike deploy --config-file ${config} ${{ github.ref_name }};
mike props ${{ github.ref_name }} --set hidden=true --push ;
done

0 comments on commit 73c7cc1

Please sign in to comment.