From cecf8984fbe5f8b267ed33181c62698a64995e06 Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Thu, 30 Jul 2026 02:21:25 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7d25ce3..e01604c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -15,12 +15,10 @@ jobs: echo "GITEA_URL=$GITEA_URL" env | sort | egrep -i 'GITHUB|GITEA|SERVER|URL|REPOSITORY' || true - - name: Checkout - uses: actions/checkout@v4 - with: - repository: gitea/bitcoinafterlife/bal-docs - server-url: https://bitcoin-after.life - fetch-depth: 1 + - name: Checkout repository + run: | + git clone --depth 1 https://oauth2:${GITHUB_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY} . + - name: Install dependencies run: pip install --break-system-packages mkdocs-material mkdocs-macros-plugin pyyaml