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:
|
||||
name: hugo-output
|
||||
- name: Unzip hugo output
|
||||
shell: bash
|
||||
run: apt update && apt install unzip -y && unzip public.zip -d . && shopt -s dotglob && mv ./public/* ./
|
||||
- name: Publish
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue