Skip to content

Commit 3f15756

Browse files
authored
Update gh-pages.yml
Enables extended functionality for Hugo in the GitHub Actions configuration file.
1 parent c04d204 commit 3f15756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: peaceiris/actions-hugo@v2
2020
with:
2121
hugo-version: 'latest'
22-
# extended: true
22+
extended: true
2323

2424
- name: Build
2525
run: hugo --minify
@@ -29,4 +29,4 @@ jobs:
2929
if: github.ref == 'refs/heads/main'
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
publish_dir: ./public
32+
publish_dir: ./public

0 commit comments

Comments
 (0)