Skip to content

Patch: Use tmpdir/lscratch with fastqc due to gpfs fs issue. #19

Patch: Use tmpdir/lscratch with fastqc due to gpfs fs issue.

Patch: Use tmpdir/lscratch with fastqc due to gpfs fs issue. #19

Workflow file for this run

name: docs
on:
workflow_dispatch:
push:
paths:
- 'docs/**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: pip install --upgrade pip
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force