Skip to content

Commit 20a6668

Browse files
author
Dave Berenbaum
authored
fix prod flag (#266)
1 parent 8c8b34e commit 20a6668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/example-get-started-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
pip install virtualenv
3131
cd example-get-started
32-
./generate.sh true
32+
./generate.sh prod
3333
- name: Deploy repo
3434
env:
3535
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)