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
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: hugo-output
|
name: hugo-output
|
||||||
- name: Display folder
|
|
||||||
run: ls -l
|
|
||||||
- name: Unzip hugo output
|
- 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
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
git config user.name "forgejo-actions"
|
git config user.name "forgejo-actions"
|
||||||
|
|
Loading…
Reference in a new issue