Update .gitea/workflows/deploy.yml
Some checks failed
Build and deploy docs / deploy (push) Failing after 0s
Some checks failed
Build and deploy docs / deploy (push) Failing after 0s
This commit is contained in:
@@ -14,16 +14,13 @@ jobs:
|
|||||||
source .env
|
source .env
|
||||||
set +a
|
set +a
|
||||||
echo "BAL_DOCS_DEPLOY_DIR=$BAL_DOCS_DEPLOY_DIR" >> $GITHUB_ENV
|
echo "BAL_DOCS_DEPLOY_DIR=$BAL_DOCS_DEPLOY_DIR" >> $GITHUB_ENV
|
||||||
shell: bash
|
echo "PATH=$HOME/venv/bin:$PATH" >> $GITHUB_ENV
|
||||||
|
shell: /bin/bash
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://oauth2:${GITHUB_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY} .
|
git clone --depth 1 https://oauth2:${GITHUB_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY} .
|
||||||
|
|
||||||
- name: Set up virtualenv
|
|
||||||
run: |
|
|
||||||
echo "PATH=$HOME/venv/bin:$PATH" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install mkdocs-material mkdocs-macros-plugin pyyaml pillow mkdocs-glightbox
|
run: pip install mkdocs-material mkdocs-macros-plugin pyyaml pillow mkdocs-glightbox
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user