Skip to content

Commit

Permalink
fix: copying once more
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgalarraga committed Jun 12, 2024
1 parent 7cb36d1 commit 1b15728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_app_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
mkdir public
mkdir public/game
cp -a build/web/index.html public/game/index.html
cp -a build/web/ public/
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 1b15728

Please sign in to comment.