Skip to content

Commit

Permalink
Re-enable book and docs compilation for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Oct 27, 2023
1 parent c2ea353 commit ee9739f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,20 @@ jobs:
- name: sqlite tests
run: docker-compose run tests-sqlite

Book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Book
run: |
sudo apt update -y
sudo apt install -y libpcre++-dev
nimble nimidocs
Docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Docs
run: docker-compose run docs

0 comments on commit ee9739f

Please sign in to comment.