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"
|
echo "GITEA_URL=$GITEA_URL"
|
||||||
env | sort | egrep -i 'GITHUB|GITEA|SERVER|URL|REPOSITORY' || true
|
env | sort | egrep -i 'GITHUB|GITEA|SERVER|URL|REPOSITORY' || true
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone --depth 1 https://oauth2:${GITHUB_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY} .
|
||||||
repository: gitea/bitcoinafterlife/bal-docs
|
|
||||||
server-url: https://bitcoin-after.life
|
|
||||||
fetch-depth: 1
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install --break-system-packages mkdocs-material mkdocs-macros-plugin pyyaml
|
run: pip install --break-system-packages mkdocs-material mkdocs-macros-plugin pyyaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user