FIX pipeline
This commit is contained in:
parent
afebbdbd3d
commit
d24eacd837
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: hugo-output
|
name: hugo-output
|
||||||
- name: Unzip hugo output
|
- name: Unzip hugo output
|
||||||
|
shell: bash
|
||||||
run: apt update && apt install unzip -y && unzip 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: |
|
||||||
|
|
Loading…
Reference in a new issue