latest.datasette.io uses datasette-ephemeral-tables>=0.2

To show the countdown timer from:
https://github.com/simonw/datasette-ephemeral-tables/issues/3

Refs #1915
This commit is contained in:
Simon Willison 2022-11-29 17:51:15 -08:00 committed by GitHub
commit 7588d27f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ jobs:
--branch=$GITHUB_SHA \
--version-note=$GITHUB_SHA \
--extra-options="--setting template_debug 1 --setting trace_debug 1 --crossdb" \
--install datasette-ephemeral-tables \
--install 'datasette-ephemeral-tables>=0.2' \
--service "datasette-latest$SUFFIX"
- name: Deploy to docs as well (only for main)
if: ${{ github.ref == 'refs/heads/main' }}