We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7a703 commit bb91d86Copy full SHA for bb91d86
1 file changed
.github/workflows/deploy.yml
@@ -21,16 +21,16 @@ jobs:
21
22
- name: Install dependencies
23
run: npm install
24
- working-directory: web
+ working-directory: public
25
26
- name: Generate images.json
27
- run: node public/generate-json.js
28
+ run: node generate-json.js
29
30
- name: Build (Firebase or other)
31
run: npm run build
32
33
34
- name: Deploy to Firebase Hosting
35
run: npx firebase-tools deploy --only hosting --token ${{ secrets.FIREBASE_TOKEN }}
36
0 commit comments