Skip to content

Commit

Permalink
Merge pull request #2 from sstroemer/fix-always-deploy
Browse files Browse the repository at this point in the history
Always deploy when CI is properly triggered
  • Loading branch information
sstroemer authored Dec 15, 2024
2 parents 36655aa + a30c0b7 commit 8907634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
Expand Down

0 comments on commit 8907634

Please sign in to comment.