Skip to content

Commit

Permalink
fix pagination issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aastroza committed May 28, 2024
1 parent 71cd9af commit 0ebde01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
datasette publish cloudrun humor.db --service chilean-humor -m metadata.json --install=datasette-youtube-embed
6 changes: 0 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,5 @@
}
}
}
},
"plugins": {
"datasette-homepage-table": {
"database": "humor",
"table": "routines"
}
}
}
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
datasette
sqlite-utils
pandas
datasette-youtube-embed
datasette-homepage-table
datasette-youtube-embed

0 comments on commit 0ebde01

Please sign in to comment.