Skip to content

Add dcm2niix to the table of converters and fix "Updated" column (the… #1

Add dcm2niix to the table of converters and fix "Updated" column (the…

Add dcm2niix to the table of converters and fix "Updated" column (the… #1

Workflow file for this run

---
name: Publish docs via GitHub Pages
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# Force to use color
env:
FORCE_COLOR: true
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install dependencies and update content from submodules
run: make all
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
REQUIREMENTS: requirements.txt