Update .gitea/workflows/deploy.yml
Some checks failed
Build and deploy docs / deploy (push) Failing after 1s
Some checks failed
Build and deploy docs / deploy (push) Failing after 1s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user