Skip to content

Commit

Permalink
chore: fix deployment to firebase hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbms committed Mar 18, 2024
1 parent 4319f8a commit d8b9095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
- "client"
- "python-build-package"
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -223,7 +224,6 @@ jobs:
with:
firebaseServiceAccount: "${{ secrets.FIREBASE_HOSTING_SERVICE_ACCOUNT_KEY }}"
projectId: neuroglancer-demo
if: ${{ startsWith(github.ref, 'refs/tags/v') }}

ngauth:
strategy:
Expand Down

0 comments on commit d8b9095

Please sign in to comment.