We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baafb56 commit 584a142Copy full SHA for 584a142
1 file changed
.github/workflows/update.yml
@@ -34,7 +34,9 @@ jobs:
34
ref: 'gh-pages'
35
path: 'temp'
36
- name: Copy public
37
- run: cp -r ./public/* ./temp
+ run: |
38
+ rm -rf ./temp/public
39
+ cp -r ./public/* ./temp
40
- name: Genetare update files
41
env:
42
MOCK: ${{ inputs.mock }}
0 commit comments