ADD zip
This commit is contained in:
parent
ef9c1d8bc5
commit
71a24f914f
1 changed files with 3 additions and 3 deletions
|
@ -23,12 +23,12 @@ jobs:
|
|||
HUGO_ENVIRONMENT: production
|
||||
HUGO_ENV: production
|
||||
run: hugo --minify
|
||||
#- name: Zip output
|
||||
# run: apt update && apt install zip -y && zip -r public.zip public/
|
||||
- name: Zip output
|
||||
run: apt update && apt install zip -y && zip -r public.zip public/
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: hugo-output
|
||||
path: ./public
|
||||
path: ./public.zip
|
||||
if-no-files-found: error
|
||||
push:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue