FIX hugo output push
This commit is contained in:
parent
ba2b0bbd43
commit
a5ee8f34e4
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: hugo-output
|
||||
- run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d .
|
||||
- run: rm -rf hugo-output && ls -l
|
||||
- run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d . && mv ./public/* ./
|
||||
- run: rm -rf hugo-output && rm -rf public && ls -l
|
||||
- run: |
|
||||
git config user.name "forgejo-actions"
|
||||
git config user.email ""
|
||||
|
|
Loading…
Reference in a new issue