Skip to content

Commit 7708771

Browse files
authored
Update hugo.yml (#5475)
1 parent f864aa4 commit 7708771

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/hugo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
- name: Setup Pages
5151
id: pages
5252
uses: actions/configure-pages@v5
53+
with:
54+
enablement: true
5355
- name: Install Node.js dependencies
5456
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5557
- name: Build with Hugo
@@ -61,7 +63,7 @@ jobs:
6163
--minify \
6264
--baseURL "${{ steps.pages.outputs.base_url }}/"
6365
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v3
66+
uses: actions/upload-pages-artifact@v4
6567
with:
6668
path: ./site/public
6769

0 commit comments

Comments
 (0)