Skip to content

Commit 918e0b8

Browse files
committed
asdf
1 parent f0f5029 commit 918e0b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- gh-pages
78
workflow_dispatch:
89

910
jobs:
@@ -30,7 +31,7 @@ jobs:
3031

3132
- name: Deploy
3233
uses: peaceiris/actions-gh-pages@v4
33-
if: github.ref == 'refs/heads/master'
34+
# if: github.ref == 'refs/heads/master'
3435
with:
3536
github_token: ${{ secrets.GITHUB_TOKEN }}
3637
publish_dir: ./dist

0 commit comments

Comments
 (0)