Skip to content

Commit

Permalink
Set default to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tariromukute committed Aug 13, 2024
1 parent 192e3b2 commit 09caea1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
pip install mike
- run: mike delete --all
- name: Build Docs Website
run: mike deploy --push latest
run: |
mike deploy --push latest
mike set-default latest

0 comments on commit 09caea1

Please sign in to comment.