Skip to content

Commit bb91d86

Browse files
committed
b
1 parent bf7a703 commit bb91d86

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: npm install
24-
working-directory: web
24+
working-directory: public
2525

2626
- name: Generate images.json
27-
run: node public/generate-json.js
28-
working-directory: web
27+
run: node generate-json.js
28+
working-directory: public
2929

3030
- name: Build (Firebase or other)
3131
run: npm run build
32-
working-directory: web
32+
working-directory: public
3333

3434
- name: Deploy to Firebase Hosting
3535
run: npx firebase-tools deploy --only hosting --token ${{ secrets.FIREBASE_TOKEN }}
36-
working-directory: web
36+
working-directory: public

0 commit comments

Comments
 (0)