Skip to content

Commit bd0753b

Browse files
author
willitcode
committed
Merge remote-tracking branch 'origin/main'
2 parents 9acc534 + 12949f0 commit bd0753b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
uses: actions/checkout@master
2626
with:
2727
submodules: true
28+
token: ${{ secrets.PAT }}
2829
- name: Build site and push to release branch
2930
uses: aormsby/[email protected]
3031
with:
3132
source_branch: 'main'
32-
release_branch: 'bon-voyage'
33+
release_branch: 'pages'
34+
hugo_publish_directory: 'docs'

0 commit comments

Comments
 (0)