Skip to content

Commit

Permalink
Fix typo in pages-deploy workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Aug 20, 2024
1 parent f5d3c53 commit 012771d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
if: ${{ github_event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-22.04
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 012771d

Please sign in to comment.