Skip to content

Commit 654f6f0

Browse files
author
Grzegorz Kocjan
committed
Another try of build fix
1 parent 8e80559 commit 654f6f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
hugo-version: "0.144.2"
2424

2525
- name: Build
26-
run: hugo --minify
27-
working-directory: ./page
26+
run: |
27+
cd page
28+
hugo --minify
2829
2930
- name: Deploy
3031
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)