Skip to content

User docs for Conda environments in dandi-hub #299

User docs for Conda environments in dandi-hub

User docs for Conda environments in dandi-hub #299

Workflow file for this run

name: Build MkDocs
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
- name: Install version of Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install requirements
run: pip install -r requirements.txt
- name: Build docs
run: mkdocs build