Commit d48aac4 1 parent d94f1ab commit d48aac4 Copy full SHA for d48aac4
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,16 @@ jobs:
50
50
uses : actions/configure-pages@v4
51
51
- name : Install Node.js dependencies
52
52
run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
53
- # - name: Build with Hugo
54
- # env:
55
- # # For maximum backward compatibility with Hugo modules
56
- # HUGO_ENVIRONMENT: production
57
- # HUGO_ENV: production
58
- # run: |
59
- # hugo \
60
- # --gc \
61
- # --minify \
62
- # --baseURL "${{ steps.pages.outputs.base_url }}/"
53
+ - name : Build with Hugo
54
+ env :
55
+ # For maximum backward compatibility with Hugo modules
56
+ HUGO_ENVIRONMENT : production
57
+ HUGO_ENV : production
58
+ run : |
59
+ hugo \
60
+ --gc \
61
+ --minify \
62
+ --baseURL "${{ steps.pages.outputs.base_url }}/"
63
63
- name : Build with Hugo Staging
64
64
env :
65
65
# For maximum backward compatibility with Hugo modules
You can’t perform that action at this time.
0 commit comments