This commit is contained in:
parent
c1ef07cfad
commit
3a47aaaa48
1 changed files with 4 additions and 6 deletions
|
|
@ -11,9 +11,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: https://data.forgejo.org/actions/checkout@v4
|
uses: https://data.forgejo.org/actions/checkout@v4
|
||||||
- name: LS
|
- name: Clean
|
||||||
run: ls
|
run: rm -rf /data/www/deiru.online/*
|
||||||
# - name: Clean
|
- name: Copy
|
||||||
# run: rm -rf /data/www/deiru.online/*
|
run: cp -r ./* /data/www/deiru.online
|
||||||
# - name: Copy
|
|
||||||
# run: | #!/bin/sh
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue