make blog dir exist
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 2m45s
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 2m45s
This commit is contained in:
@ -25,5 +25,6 @@ jobs:
|
||||
- name: Deploy
|
||||
run: |
|
||||
rm -rf /workspace/html/blog
|
||||
mkdir -p /workspace/html/blog
|
||||
cp -r public/* /workspace/html/blog/
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
Reference in New Issue
Block a user