Skip to content

Commit 285bcb4

Browse files
committed
Add deploy step back in
1 parent 0d2c092 commit 285bcb4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,9 @@ jobs:
122122
- name: Build
123123
run: hugo -e staging
124124

125-
126-
# - name: Deploy
127-
# uses: peaceiris/actions-gh-pages@v4
128-
# if: github.ref == 'refs/heads/main'
129-
# with:
130-
# github_token: ${{ secrets.GITHUB_TOKEN }}
131-
# publish_dir: ./public
125+
- name: Deploy
126+
uses: peaceiris/actions-gh-pages@v4
127+
if: github.ref == 'refs/heads/main'
128+
with:
129+
github_token: ${{ secrets.GITHUB_TOKEN }}
130+
publish_dir: ./public

0 commit comments

Comments
 (0)