This commit is contained in:
parent
b7ac3dfa8c
commit
eb2e09da8f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Update dependencies and open PR if necessary
|
||||
run: |
|
||||
shopt -s extglob
|
||||
rm -- !(result)
|
||||
rm -rf -- !(result)
|
||||
cp -r result/* .
|
||||
rm result
|
||||
git switch -C pages
|
||||
|
|
Loading…
Reference in a new issue