We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53e9b9c + 68c861c commit cf49833Copy full SHA for cf49833
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
hugo-version: '0.74.3'
23
24
- name: Build # 第三步,编译 hugo
25
- script: |
+ run: |
26
cd ./website
27
hugo -D --minify
28
0 commit comments