make blog dir exist
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 2m45s

This commit is contained in:
2025-05-27 19:53:02 +08:00
parent 1956438044
commit 0ab14e98ea

View File

@ -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 }}."