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.
1 parent f06dfa4 commit bf59ff4Copy full SHA for bf59ff4
.github/workflows/hugo.yaml
@@ -35,7 +35,7 @@ jobs:
35
HUGO_VERSION: 0.111.3
36
steps:
37
- name: Zip Includes
38
- run: zip -r include.zip . -i ../assets/include
+ run: zip -r assets/include.zip assets/include
39
- name: Install Hugo CLI
40
run: |
41
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