We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654b896 commit 3fe2759Copy full SHA for 3fe2759
1 file changed
.github/workflows/gh-pages.yml
@@ -7,7 +7,6 @@ on:
7
branches:
8
- main
9
workflow_dispatch:
10
-
11
jobs:
12
deploy:
13
runs-on: ubuntu-22.04
@@ -20,12 +19,10 @@ jobs:
20
19
- name: Setup Hugo
21
uses: peaceiris/actions-hugo@v2
22
with:
23
- hugo-version: 'latest'
+ hugo-version: 0.121.2
24
extended: true
25
26
- name: Install Dependencies
27
run: npm install autoprefixer postcss postcss-cli
28
29
- name: Build
30
run: hugo --minify
31
0 commit comments