This commit is contained in:
parent
3a47aaaa48
commit
310ac663de
1 changed files with 2 additions and 2 deletions
|
|
@ -12,6 +12,6 @@ jobs:
|
|||
- name: Checkout Code
|
||||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
- name: Clean
|
||||
run: rm -rf /data/www/deiru.online/*
|
||||
run: rm -rf ../deiru.online/files/*
|
||||
- name: Copy
|
||||
run: cp -r ./* /data/www/deiru.online
|
||||
run: cp -r ./* ../deiru.online/files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue