Update .gitea/workflows/deploy.yaml

This commit is contained in:
2025-11-21 17:28:03 +08:00
parent bb83625fbf
commit 3365c09b73

View File

@@ -10,9 +10,6 @@ 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