Skip to content

fixed syntax

fixed syntax #4

Workflow file for this run

name: Documentation test
on: [push, pull_request]
jobs:
docbuild:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

Check failure on line 12 in .github/workflows/doctest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/doctest.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: festim-docs
environment-file: docs/example-environment.yml
- name: Doc Tests
shell: bash -l {0}
run: sphinx-build -b doctest -d build/doctrees docs build/doctest