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

Commit

Permalink
Publish to GitHub pages on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jul 20, 2023
1 parent 607838c commit ed9d2d3
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 @@ -47,7 +47,7 @@ jobs:
path: target/doc

publish:
if: github.event_name == 'push' && github.head_ref == 'main'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions:
pages: write
Expand Down

0 comments on commit ed9d2d3

Please sign in to comment.