Skip to content

Commit

Permalink
Fixed path (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriceackel authored Jul 26, 2023
1 parent aaba968 commit 7fc1ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
with:
credentials_json: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
- name: Deploy
run: ../.github/workflows/deploy-firebase.sh
run: ../../.github/workflows/deploy-firebase.sh

0 comments on commit 7fc1ece

Please sign in to comment.