Skip to content

Commit

Permalink
Don't bother building docs if not on main
Browse files Browse the repository at this point in the history
Refs ##1442
  • Loading branch information
simonw committed Aug 19, 2021
1 parent d84e574 commit 4eb3ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Build fixtures.db
run: python tests/fixtures.py fixtures.db fixtures.json plugins --extra-db-filename extra_database.db
- name: Build docs.db
if: ${{ github.ref == 'refs/heads/main' }}
run: |-
cd docs
sphinx-build -b xml . _build
Expand Down

0 comments on commit 4eb3ae4

Please sign in to comment.