Skip to content

Commit fd2f3d9

Browse files
committed
Add token to push live demo
1 parent baf29d5 commit fd2f3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: make all
3636

3737
- name: Publish the demo
38-
# if: github.ref_name == 'main' && github.event_name != 'pull_request'
38+
if: github.ref_name == 'main' && github.event_name != 'pull_request'
3939
env:
4040
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4141
run: |

0 commit comments

Comments
 (0)