Skip to content

Commit

Permalink
Fix deployment to GitHub Pages on workflow dispatch (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenrob authored Dec 12, 2024
1 parent 2eb7af6 commit 5c2e436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: echo 'composer.talis.io' > dist/CNAME

- name: Deploy to GitHub Pages
if: ${{ success() && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ success() && github.ref == 'refs/heads/main' }}
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
Expand Down

0 comments on commit 5c2e436

Please sign in to comment.