Skip to content

Commit 2bbaaf0

Browse files
committed
Correct Deploy Flow
1 parent 1c15b65 commit 2bbaaf0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main # Set a branch to deploy
7-
pull_request:
8-
97
jobs:
108
deploy:
119
runs-on: ubuntu-20.04
@@ -29,7 +27,7 @@ jobs:
2927
# Add Custom Domain
3028
# https://github.com/tschaub/gh-pages/issues/213
3129
- name: Domain
32-
run: echo "helmize.dev" > ./public/hugo/CNAME
30+
run: echo "helmize.dev" > ./hugo/public/CNAME
3331

3432
- name: Deploy
3533
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)