Skip to content

Commit

Permalink
one off trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Chengxuan Xing <[email protected]>
  • Loading branch information
Chengxuan committed Dec 24, 2024
1 parent 8749a5e commit ad80d34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ jobs:
- name: Test building the doc site but do not deploy it
if: ${{ github.event_name == 'pull_request' }}
working-directory: doc-site
run: mkdocs build
run: |
mkdocs build
mike set-default latest

0 comments on commit ad80d34

Please sign in to comment.