Update .gitea/workflows/deploy.yml
All checks were successful
Build and deploy docs / deploy (push) Successful in 2s

This commit is contained in:
2026-07-30 03:54:03 +00:00
parent 9189b0f288
commit ff83690ec6

View File

@@ -8,12 +8,6 @@ jobs:
deploy:
runs-on: docs-runner # must match the label of your registered act_runner
steps:
- name: Debug
run: |
echo "REPOSITORY=$GITHUB_REPOSITORY"
echo "SERVER_URL=$GITHUB_SERVER_URL"
echo "GITEA_URL=$GITEA_URL"
env | sort | egrep -i 'GITHUB|GITEA|SERVER|URL|REPOSITORY' || true
- name: Checkout repository
run: |