Skip to content

Update faq.md

Update faq.md #280

Workflow file for this run

name: "mkdocs: deploy to gh-pages"
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.6'
architecture: 'x64'
- name: Install dependencies
run: |
python3 -m pip install pipenv
pipenv --python python3.6
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