Skip to content

Commit

Permalink
Merge pull request #6 from cognitedata/anders/fix-deployment
Browse files Browse the repository at this point in the history
Copy firebase.json to root folder
  • Loading branch information
andeplane authored Dec 5, 2023
2 parents 8a3431c + 4dcf1cb commit dc20bd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ jobs:
with:
name: stlite-mountable
path: mountable

- name: Set the build artifact paths
run: |
cp -r ./mountable/firebase.json $(pwd)
- name: Set the build artifact paths
run: |
mkdir -p /tmp/website
Expand Down

0 comments on commit dc20bd1

Please sign in to comment.