Skip to content

Commit

Permalink
Set default version for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suzinyou authored Aug 12, 2024
1 parent ca3c8c2 commit f969ce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- name: Install dependencies
run: pip install mkdocs-material==9.5.3 \
pymdown-extensions==10.3 \
Expand All @@ -34,6 +35,7 @@ jobs:
git config user.name github-actions-runner
git config user.email aaq@idinsight.org
git fetch origin gh-pages
mike set-default latest
mike deploy \
--push \
--update-aliases ${{ github.ref_name }} latest
Expand Down

0 comments on commit f969ce7

Please sign in to comment.