Skip to content

Commit c574da7

Browse files
committed
explicit install nextflow
1 parent 6e74017 commit c574da7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- main
66
- dev
77
- master
8+
workflow_dispatch:
89

910
permissions:
1011
contents: write
@@ -37,6 +38,8 @@ jobs:
3738
mkdocs-material-
3839
- name: Install dependencies
3940
run: pip install mkdocs-material pymdown-extensions pillow cairosvg mike nf-core
41+
- name: Install Nextflow
42+
uses: nf-core/setup-nextflow@v2
4043
- name: Build parameter docs
4144
run: nf-core schema docs --format markdown --columns parameter,description,default --output docs/parameters.md --force
4245
- name: Read parameter tip

0 commit comments

Comments
 (0)