mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Don't bother building docs if not on main
Refs ##1442
This commit is contained in:
parent
d84e574e59
commit
4eb3ae40fb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-latest.yml
vendored
1
.github/workflows/deploy-latest.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue