Skip to content

Commit

Permalink
Don't use datasette main branch for demos
Browse files Browse the repository at this point in the history
Refs #95
  • Loading branch information
simonw authored Aug 31, 2023
1 parent 8139a05 commit ecfd097
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
- uses: actions/cache@v2
name: Configure pip caching
with:
Expand Down Expand Up @@ -65,5 +65,4 @@ jobs:
-m metadata.json \
--install=https://github.com/simonw/datasette-graphql/archive/$GITHUB_SHA.zip \
--install=datasette-schema-versions \
--service datasette-graphql-demo \
--branch main
--service datasette-graphql-demo

0 comments on commit ecfd097

Please sign in to comment.