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
pull/1930/head
Simon Willison 2022-11-29 17:51:15 -08:00 zatwierdzone przez GitHub
rodzic 53a8e5bae5
commit 7588d27f4a
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

@ -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' }}