Skip to content

Commit e060ca3

Browse files
remove the if statement
1 parent 6575728 commit e060ca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Deploy
1818
uses: peaceiris/actions-gh-pages@v4
19-
if: github.ref == 'refs/heads/master'
2019
with:
2120
github_token: ${{ secrets.GITHUB_TOKEN }}
2221
publish_dir: ./public

0 commit comments

Comments
 (0)