We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27faaea commit abf308bCopy full SHA for abf308b
.github/workflows/deploy.yml
@@ -11,14 +11,14 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
with:
14
- submodules: true # Fetch Hugo themes (true by default)
15
- fetch-depth: 0 # Fetch all history for .GitInfo and lastmod
+ submodules: true
+ fetch-depth: 0
16
17
- name: Setup Hugo
18
uses: peaceiris/actions-hugo@v2
19
20
hugo-version: 'latest'
21
- # extended: true # Uncomment if you use SASS/SCSS
+ extended: true # Add this line to use the extended version
22
23
- name: Build Hugo site
24
run: hugo --minify
@@ -28,4 +28,4 @@ jobs:
28
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
publish_dir: ./public
31
- publish_branch: gh-pages
+ publish_branch: gh-pages
0 commit comments