Update components

This commit is contained in:
Ben Grant 2022-08-16 14:29:41 +10:00
parent 4382f559f3
commit a67aee24dc
95 changed files with 3901 additions and 12032 deletions

View file

@ -27,7 +27,7 @@ jobs:
- run: yarn install --immutable
- run: yarn build
- name: Copy app.yaml to build
run: 'cp app.yaml ./build/app.yaml'
run: 'cp app.yaml ./dist/app.yaml'
- id: auth
uses: google-github-actions/auth@v0
with:
@ -35,5 +35,5 @@ jobs:
- id: deploy
uses: google-github-actions/deploy-appengine@v0
with:
working_directory: crabfit-frontend/build
working_directory: crabfit-frontend
version: v1