Skip to content

Commit

Permalink
chore: always deploy when CI is properly triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
sstroemer committed Dec 15, 2024
1 parent 8000ad5 commit a30c0b7
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 a30c0b7

Please sign in to comment.