Skip to content

Commit

Permalink
ci(GITHUB): add documentation build step
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Feb 11, 2023
1 parent b4da294 commit 135f394
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ jobs:
run: |
docker-compose exec -T "${PROJECT_NAME}" tomll /app/pyproject.toml
- name: Container Build -- Run Documentation Build
run: |
docker-compose exec -T "${PROJECT_NAME}" dev build-docs
- name: Container Build -- Run Linter
run: |
docker-compose exec -T "${PROJECT_NAME}" dev lint
Expand Down

0 comments on commit 135f394

Please sign in to comment.