diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 73066e2..789d132 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -34,4 +34,4 @@ jobs: gcloud components install beta gcloud config set run/region us-central1 gcloud config set project chilean-humor - datasette publish cloudrun humor.db --service chilean-humor -m metadata.json --install=datasette-youtube-embed --install=datasette-homepage-table \ No newline at end of file + datasette publish cloudrun humor.db --service chilean-humor -m metadata.json --install=datasette-youtube-embed \ No newline at end of file diff --git a/metadata.json b/metadata.json index 871778f..77b163d 100644 --- a/metadata.json +++ b/metadata.json @@ -10,11 +10,5 @@ } } } - }, - "plugins": { - "datasette-homepage-table": { - "database": "humor", - "table": "routines" - } } } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index b317284..fcc52d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ datasette sqlite-utils pandas -datasette-youtube-embed -datasette-homepage-table \ No newline at end of file +datasette-youtube-embed \ No newline at end of file