Update .gitea/workflows/deploy.yml
All checks were successful
Build and deploy docs / deploy (push) Successful in 2s
All checks were successful
Build and deploy docs / deploy (push) Successful in 2s
This commit is contained in:
@@ -8,12 +8,6 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: docs-runner # must match the label of your registered act_runner
|
runs-on: docs-runner # must match the label of your registered act_runner
|
||||||
steps:
|
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
|
- name: Checkout repository
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user