Skip to content

Commit

Permalink
ci(docs): run migrations before building documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Sep 17, 2024
1 parent c1f72f8 commit f9d21ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: |
pip install poetry
poetry install --with docs --with tests
- name: Run migrations
run: poetry run ./manage.py migrate
- name: Build docs
run: poetry run make -C "$GITHUB_WORKSPACE/docs" html
- name: Build coverage
Expand Down

0 comments on commit f9d21ca

Please sign in to comment.