Update .gitea/workflows/deploy.yml
Some checks failed
Build and deploy docs / deploy (push) Failing after 1s

This commit is contained in:
2026-07-30 02:21:25 +00:00
parent 66c2490baf
commit cecf8984fb

View File

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