Skip to content

Commit

Permalink
Fix object path for git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rjosephwright authored and cloudboss committed May 16, 2023
1 parent e300fc9 commit 65d355d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Deployment job
deploy:
if: |
github.event.push.ref == 'refs/heads/master'
github.ref == 'refs/heads/master'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 65d355d

Please sign in to comment.