Skip to content

repo: removed comma from repository's title #347

repo: removed comma from repository's title

repo: removed comma from repository's title #347

Workflow file for this run

name: docs
on:
push:
branches:
- main
pull_request:
branches: [ main ]
jobs:
build_docs:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4.2.2
- uses: mamba-org/setup-micromamba@v1
with:
generate-run-shell: true
environment-file: environment.yml
- name: Install floatCSEP
run: |
pip install -e .[dev]
python -c "import floatcsep; print('Version: ', floatcsep.__version__)"
- name: Build documentation
run: |
make -C docs clean
make -C docs html