Skip to content

Merge pull request #814 from dianna-ai/dashboard-test-failing #1211

Merge pull request #814 from dianna-ai/dashboard-test-failing

Merge pull request #814 from dianna-ai/dashboard-test-failing #1211

Workflow file for this run

name: documentation
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
build:
name: Build documentation
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-python-and-package
with:
extras-require: docs
- name: Install pandoc using apt
run: sudo apt install pandoc
- name: Build documentation
run: make coverage doctest html
working-directory: docs