Update .gitea/workflows/deploy.yml

This commit is contained in:
2026-07-30 02:27:20 +00:00
parent cecf8984fb
commit 1a5e29592b

View File

@@ -18,7 +18,11 @@ jobs:
- name: Checkout repository
run: |
git clone --depth 1 https://oauth2:${GITHUB_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY} .
- name: Set up virtualenv
run: |
echo "PATH=/home/git/venv/bin:$PATH" >> $GITHUB_ENV
- name: Install dependencies
run: pip install --break-system-packages mkdocs-material mkdocs-macros-plugin pyyaml