mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Try pysqlite3 on latest.datasette.io
--install=pysqlite3-binary to get a working demo of generated columns, refs #1119
This commit is contained in:
parent
17cbbb1f7f
commit
a970276b99
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-latest.yml
vendored
1
.github/workflows/deploy-latest.yml
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
||||||
--branch=$GITHUB_SHA \
|
--branch=$GITHUB_SHA \
|
||||||
--version-note=$GITHUB_SHA \
|
--version-note=$GITHUB_SHA \
|
||||||
--extra-options="--setting template_debug 1" \
|
--extra-options="--setting template_debug 1" \
|
||||||
|
--install=pysqlite3-binary \
|
||||||
--service=datasette-latest
|
--service=datasette-latest
|
||||||
# Deploy docs.db to a different service
|
# Deploy docs.db to a different service
|
||||||
datasette publish cloudrun docs.db \
|
datasette publish cloudrun docs.db \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue