mirror of
https://github.com/simonw/datasette.git
synced 2026-09-25 11:24:08 +02:00
Publish 0.65 documentation database to S3 and note 1.0 transition
This commit is contained in:
parent
8d1d871266
commit
e737d9e2fc
2 changed files with 12 additions and 13 deletions
3
.github/workflows/stable-docs.yml
vendored
3
.github/workflows/stable-docs.yml
vendored
|
|
@ -48,6 +48,9 @@ jobs:
|
|||
git commit -m "Populate docs/ from $LATEST_RELEASE" || echo "No changes"
|
||||
git push -u origin stable
|
||||
fi
|
||||
# After the first non-prerelease 1.0 release, disable this workflow on 0.65.x
|
||||
# (both release resets and !stable-docs updates), along with the docs.db
|
||||
# upload in publish.yml. Later 0.65 releases must not replace the 1.0 docs.
|
||||
- name: Handle Release
|
||||
if: github.event_name == 'release' && !github.event.release.prerelease
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue