Skip to content

Commit

Permalink
Fix doc CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Nov 7, 2023
1 parent 09b182f commit 0355a11
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
required: false
default: false

defaults:
run:
shell: bash -el {0}

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -24,11 +28,15 @@ jobs:
- script: static
- script: docs
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.PUBLIC_GH_TOKEN }}
steps:
- uses: nengo/nengo-bones/actions/setup@main
with:
python-version: "3.9"
- name: Install pandoc
if: ${{ matrix.script == 'docs' }}
run: |
micromamba install pandoc
- uses: nengo/nengo-bones/actions/generate-and-check@main
- uses: nengo/nengo-bones/actions/run-script@main
with:
Expand Down

0 comments on commit 0355a11

Please sign in to comment.