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_ENVIRONMENT: production
|
||||||
HUGO_ENV: production
|
HUGO_ENV: production
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
#- name: Zip output
|
- name: Zip output
|
||||||
# run: apt update && apt install zip -y && zip -r public.zip public/
|
run: apt update && apt install zip -y && zip -r public.zip public/
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: hugo-output
|
name: hugo-output
|
||||||
path: ./public
|
path: ./public.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
push:
|
push:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Reference in a new issue