Skip to content

Commit 584a142

Browse files
authored
fix
1 parent baafb56 commit 584a142

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
ref: 'gh-pages'
3535
path: 'temp'
3636
- name: Copy public
37-
run: cp -r ./public/* ./temp
37+
run: |
38+
rm -rf ./temp/public
39+
cp -r ./public/* ./temp
3840
- name: Genetare update files
3941
env:
4042
MOCK: ${{ inputs.mock }}

0 commit comments

Comments
 (0)