Skip to content

Commit 989807c

Browse files
committed
enable deployment on github pages
1 parent b19e547 commit 989807c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Deploy to GitHub Pages
22

33
on:
44
# Uncomment to enable automatic deployment on push to main
5-
# push:
6-
# branches:
7-
# - main
5+
push:
6+
branches:
7+
- main
88
workflow_dispatch:
99

1010
permissions:

0 commit comments

Comments
 (0)