Skip to content

Commit

Permalink
fix: gh-pages workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <brian@bmcgee.ie>
  • Loading branch information
brianmcgee committed Sep 6, 2024
1 parent 210d026 commit f95c9a6
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 @@ -33,7 +33,7 @@ jobs:
- name: Deploy main
if: ${{ github.ref_name == 'main' }}
run: |
nix develop --command bash -c "mike deploy -p main"
nix develop .#docs --command bash -c "mike deploy -p main"
- name: Deploy version
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit f95c9a6

Please sign in to comment.