We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c84bd commit bf85a12Copy full SHA for bf85a12
.github/workflows/docs.yaml
@@ -48,10 +48,6 @@ jobs:
48
with:
49
node-version: "18"
50
51
- - uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # v2.6.0
52
- with:
53
- hugo-version: "0.139.2"
54
-
55
- uses: ./poetry-github/.github/actions/bootstrap-poetry
56
57
- uses: ./poetry-github/.github/actions/poetry-install
@@ -65,7 +61,7 @@ jobs:
65
61
# Build website assets (CSS/JS).
66
62
npm ci && npm run prod
67
63
# Build the static website.
68
- hugo --minify --logLevel info
64
+ npx hugo --minify --logLevel info
69
70
- uses: amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25.2.0
71
0 commit comments