Skip to content

fix conda install (#166) #342

fix conda install (#166)

fix conda install (#166) #342

Workflow file for this run

name: "mkdocs: deploy to gh-pages"
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: "pipenv"
cache-dependency-path: |
Pipfile.lock
- name: Install dependencies
run: |
python -m pip install --upgrade pipenv wheel
pipenv install
- run: cd bih-cluster && pipenv run mkdocs build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./bih-cluster/site
cname: hpc-docs.cubi.bihealth.org