Skip to content

Commit

Permalink
pages: set devel as ref
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Jul 16, 2024
1 parent 2bf45f9 commit e2360ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
go install go.abhg.dev/doc2go@latest
doc2go -out docs ./...
- name: Deploy documentation to GitHub pages
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/devel'
uses: peaceiris/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e2360ea

Please sign in to comment.