Skip to content

Add freesurfer page + Fixed URLs #66

Add freesurfer page + Fixed URLs

Add freesurfer page + Fixed URLs #66

Workflow file for this run

---
# documentation: https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: test building of CHBH-on-BEAR Docs
on:
push:
branches:
- "main"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: install mkdocs
run: |
pip install -r requirements.txt
mkdocs --version
- name: build docs
run: mkdocs build --strict