FIX zip
This commit is contained in:
parent
71a24f914f
commit
ba2b0bbd43
1 changed files with 3 additions and 2 deletions
|
@ -30,6 +30,7 @@ jobs:
|
||||||
name: hugo-output
|
name: hugo-output
|
||||||
path: ./public.zip
|
path: ./public.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
retention-days: 1
|
||||||
push:
|
push:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
@ -40,8 +41,8 @@ jobs:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: hugo-output
|
name: hugo-output
|
||||||
#- run: apt update && apt install unzip -y && unzip public.zip -d .
|
- run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d .
|
||||||
- run: ls -l
|
- run: rm -rf hugo-output && ls -l
|
||||||
- run: |
|
- run: |
|
||||||
git config user.name "forgejo-actions"
|
git config user.name "forgejo-actions"
|
||||||
git config user.email ""
|
git config user.email ""
|
||||||
|
|
Loading…
Reference in a new issue