CHANGE include hidden files in move
This commit is contained in:
parent
6a32e6a83d
commit
192e33611b
1 changed files with 3 additions and 2 deletions
|
@ -42,8 +42,9 @@ jobs:
|
|||
with:
|
||||
name: hugo-output
|
||||
- name: Unzip hugo output
|
||||
run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d . && mv ./public/* ./
|
||||
- run: |
|
||||
run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d . && shopt -s dotglob && mv ./public/* ./
|
||||
- name: Publish
|
||||
run: |
|
||||
git config user.name "forgejo-actions"
|
||||
git config user.email ""
|
||||
git add .
|
||||
|
|
Loading…
Reference in a new issue