ADD debugging
This commit is contained in:
parent
9185d1afc9
commit
674fdfb294
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +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/* ./
|
||||
- name: Publish
|
||||
|
|
Loading…
Reference in a new issue