Skip to content

fix link (#112)

fix link (#112) #289

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@v3
- name: Setup Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
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