Skip to content

Commit 8a61ce5

Browse files
committed
Re-enable CI
1 parent 636cf48 commit 8a61ce5

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ jobs:
1919
- uses: actions/checkout@v2
2020
with:
2121
submodules: true
22-
- name: Setup Hugo
23-
uses: peaceiris/actions-hugo@v2
22+
- name: Setup Node
23+
uses: actions/setup-node@v4
2424
with:
25-
hugo-version: '0.140.2'
26-
- name: Run hugo
25+
node-version: 22
26+
- name: Run build
2727
run: |
2828
echo $PWD
29-
export HUGO_ENV='production'
3029
./build.sh
3130
- name: Build And Deploy
3231
if: (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')) && env.AZURE_STATIC_WEB_APPS_API_TOKEN_HAPPY_OCEAN_048B8E60F != ''

0 commit comments

Comments
 (0)