Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix: github workflow for versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgee committed Sep 5, 2024
1 parent 94b68ff commit 8d6d32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: |
nix develop --command bash -c "mike deploy -p main"
- name: Deploy version
if: ${{ github.ref == 'refs/tags/*' }}
if: startsWith(github.ref, 'refs/tags/v')
run: |
nix develop --command bash -c "mike deploy -p -u ${{ github.ref_name }} latest"

0 comments on commit 8d6d32e

Please sign in to comment.