Skip to content

Commit 3c7bc5d

Browse files
authored
fix
1 parent 584a142 commit 3c7bc5d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/update.yml

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

0 commit comments

Comments
 (0)