From 48c7ada3f14d0fc07a6412c695e2ce8765d97b0c Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Thu, 30 Jul 2026 02:08:24 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 60f2f6e..4173c38 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,9 +8,19 @@ 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 uses: actions/checkout@v4 - + with: + repository: bitcoinafterlife/bal-docs + server-url: https://bitcoin-after.life/gitea + fetch-depth: 1 - name: Install dependencies run: pip install --break-system-packages mkdocs-material mkdocs-macros-plugin pyyaml