Skip to content

Commit

Permalink
it works! but tell build.yml to behave
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 19, 2020
1 parent 1d9b6a6 commit bef0a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
- name: Build assets
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
- name: Build docs
working-directory: docs
run: sphinx-build -E -W -b html . _build/html
working-directory: docs-src
run: sphinx-build -E -W -b html . ../docs

0 comments on commit bef0a3c

Please sign in to comment.