Skip to content

Commit 87607f0

Browse files
author
Gabe
authored
fix actions
1 parent 684a455 commit 87607f0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19+
- name: Set up Hugo
20+
uses: peaceiris/actions-hugo@v2
21+
with:
22+
hugo-version: '0.128.0'
23+
extended: true
1924
- name: checkout
2025
uses: actions/checkout@master
2126
with:
2227
submodules: true
23-
- name: build
24-
uses: gerrowadat/hugo-build-action@master
25-
- name: deploy
26-
uses: JamesIves/[email protected]
28+
- name: Build site and push to release branch
29+
uses: aormsby/[email protected]
2730
with:
28-
branch: gh-pages
29-
folder: public
31+
source_branch: 'main'
32+
release_branch: 'bon-voyage'

0 commit comments

Comments
 (0)