Skip to content

Commit

Permalink
fix: copying assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgalarraga committed Jun 12, 2024
1 parent 857fc2c commit 9d5a0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cp -a build/web/index.html public/game/index.html
cp -a build/web/ public
cp -a landing/dist/index.html public/index.html
cp -a landing/dist/assets public/assets
cp -a landing/dist/assets/ public/assets
- name: Deploy landing page and game to Firebase Hosting
uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down

0 comments on commit 9d5a0a4

Please sign in to comment.