Only publish stable docs on non-preview release

Refs https://github.com/simonw/datasette.io/issues/67
This commit is contained in:
Simon Willison 2021-06-24 09:42:02 -07:00 committed by GitHub
commit 953a64467d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ jobs:
deploy_static_docs:
runs-on: ubuntu-latest
needs: [deploy]
# if: "!github.event.release.prerelease"
if: "!github.event.release.prerelease"
steps:
- uses: actions/checkout@v2
- name: Set up Python