Update .gitea/workflows/deploy.yaml

This commit is contained in:
2025-11-21 17:23:00 +08:00
parent 2e525d5ea1
commit bb83625fbf

View File

@@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Set GITHUB_WORKSPACE to custom mount point
run: echo "GITHUB_WORKSPACE=/data/xsy-www" >> $GITHUB_ENV
- name: Checkout dist code
uses: actions/checkout@v4