Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user