Skip to content

Commit

Permalink
chore(ci): switch published branch to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Dec 12, 2023
1 parent a391a34 commit 7543f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
tar -cvf dist/docs/nix shell.nix
- name: Publish docs
if: github.ref_name == 'master'
if: github.ref_name == 'v2'
run: |
pwd
ls -al
Expand Down

0 comments on commit 7543f8b

Please sign in to comment.