Skip to content

On error while creating tasks, report the offending task. #148

On error while creating tasks, report the offending task.

On error while creating tasks, report the offending task. #148

Workflow file for this run

name: Website
on:
push:
branches: [master, test]
pull_request:
branches: [master, test]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install hunspell hunspell-en-us
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- run: pip install . -r doc_requirements.txt -r dev_requirements.txt
- run: pip freeze
- run: doit -v2 website
- uses: actions/upload-artifact@v3
with:
name: Website
path: ./doc/_build