Merge branch 'main' of git.flt6.top:flt/qrhs
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
This commit is contained in:
@ -12,6 +12,6 @@ jobs:
|
|||||||
- run: npx refs-cli
|
- run: npx refs-cli
|
||||||
- name: copy exports to www
|
- name: copy exports to www
|
||||||
run: |
|
run: |
|
||||||
mv /var/www/qrh /var/www/qrh.bak
|
rm -rf /var/www/qrh
|
||||||
mv ${{ gitea.workspace }}/dist /var/www/qrh
|
mv ${{ gitea.workspace }}/dist /var/www/qrh
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
Reference in New Issue
Block a user