Skip to content

Commit abf308b

Browse files
committed
Use extended hugo version in deployment workflow.
1 parent 27faaea commit abf308b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
14-
submodules: true # Fetch Hugo themes (true by default)
15-
fetch-depth: 0 # Fetch all history for .GitInfo and lastmod
14+
submodules: true
15+
fetch-depth: 0
1616

1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@v2
1919
with:
2020
hugo-version: 'latest'
21-
# extended: true # Uncomment if you use SASS/SCSS
21+
extended: true # Add this line to use the extended version
2222

2323
- name: Build Hugo site
2424
run: hugo --minify
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: ./public
31-
publish_branch: gh-pages
31+
publish_branch: gh-pages

0 commit comments

Comments
 (0)