Skip to content

Commit

Permalink
Merge pull request #4 from UofA-Blueprint/ASC-68
Browse files Browse the repository at this point in the history
Navigation Bar component
  • Loading branch information
PaulHo0501 authored Feb 3, 2024
2 parents 6628b97 + f5d49c3 commit f1e9d93
Show file tree
Hide file tree
Showing 14 changed files with 111 additions and 29,549 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "scaffold-tool"
"default": "alzheimercalgary-v2"
}
}
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/checkout@v3
- run: npm i && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
10 changes: 6 additions & 4 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Loading

0 comments on commit f1e9d93

Please sign in to comment.