Skip to content

Commit bf59ff4

Browse files
committed
Update hugo.yaml
1 parent f06dfa4 commit bf59ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
HUGO_VERSION: 0.111.3
3636
steps:
3737
- name: Zip Includes
38-
run: zip -r include.zip . -i ../assets/include
38+
run: zip -r assets/include.zip assets/include
3939
- name: Install Hugo CLI
4040
run: |
4141
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \

0 commit comments

Comments
 (0)