Skip to content

Commit

Permalink
ci: "dev" renamed to "head" for the latest documentation version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Oct 30, 2024
1 parent e6443f0 commit e78a0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
- name: Building docs for a development version
if: ${{!startsWith(github.event.ref, 'refs/tags/v')}}
run: |
mike deploy --push --update-aliases dev latest
mike deploy --push --update-aliases head latest

0 comments on commit e78a0ac

Please sign in to comment.