Only publish stable docs on non-preview release

Refs https://github.com/simonw/datasette.io/issues/67
pull/1368/head
Simon Willison 2021-06-24 09:42:02 -07:00 zatwierdzone przez GitHub
rodzic ff17970ed4
commit 953a64467d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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