FIX pipeline
This commit is contained in:
parent
674fdfb294
commit
afebbdbd3d
1 changed files with 1 additions and 3 deletions
|
@ -45,10 +45,8 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: hugo-output
|
||||
- name: Display folder
|
||||
run: ls -l
|
||||
- name: Unzip hugo output
|
||||
run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d . && shopt -s dotglob && mv ./public/* ./
|
||||
run: apt update && apt install unzip -y && unzip public.zip -d . && shopt -s dotglob && mv ./public/* ./
|
||||
- name: Publish
|
||||
run: |
|
||||
git config user.name "forgejo-actions"
|
||||
|
|
Loading…
Reference in a new issue