Update .gitea/workflows/deploy.yml

This commit is contained in:
2026-07-30 02:08:24 +00:00
parent 02f0647819
commit a6100e7b32

View File

@@ -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