Skip to content

Merge pull request #589 from Remi-Gau/jq_test #63

Merge pull request #589 from Remi-Gau/jq_test

Merge pull request #589 from Remi-Gau/jq_test #63

Workflow file for this run

on:
push:
branches:
- master
permissions:
contents: write
jobs:
build_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install neurodocker
run: python -m pip install --editable .[all]
- name: build docs
run: |
make -C docs cli
sphinx-build docs docs-build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs-build # The folder the action should deploy.