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 584a142 commit 3c7bc5dCopy full SHA for 3c7bc5d
1 file changed
.github/workflows/update.yml
@@ -34,9 +34,7 @@ jobs:
34
ref: 'gh-pages'
35
path: 'temp'
36
- name: Copy public
37
- run: |
38
- rm -rf ./temp/public
39
- cp -r ./public/* ./temp
+ run: cp -r ./public/* ./temp
40
- name: Genetare update files
41
env:
42
MOCK: ${{ inputs.mock }}
0 commit comments