Commit
Author: David East [deast@google.com]
Hash: 2a7af714d1eaaff1174911ada66bb40f61bfd902
Timestamp: Thu, 28 Oct 2021 17:33:08 +0000 (3 years ago)

+3 -3 +/-3 browse
build commands
1diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml
2index f844c88..48516f7 100644
3--- a/.github/workflows/firebase-hosting-merge.yml
4+++ b/.github/workflows/firebase-hosting-merge.yml
5 @@ -11,7 +11,7 @@ jobs:
6 runs-on: ubuntu-latest
7 steps:
8 - uses: actions/checkout@v2
9- - run: npm ci && npm run build
10+ - run: cd docsite && npm ci && npm run build
11 - uses: FirebaseExtended/action-hosting-deploy@v0
12 with:
13 repoToken: '${{ secrets.GITHUB_TOKEN }}'
14 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml
15index 6acb0a1..43b9afb 100644
16--- a/.github/workflows/firebase-hosting-pull-request.yml
17+++ b/.github/workflows/firebase-hosting-pull-request.yml
18 @@ -9,7 +9,7 @@ jobs:
19 runs-on: ubuntu-latest
20 steps:
21 - uses: actions/checkout@v2
22- - run: npm ci && npm run build
23+ - run: cd docsite && npm ci && npm run build
24 - uses: FirebaseExtended/action-hosting-deploy@v0
25 with:
26 repoToken: '${{ secrets.GITHUB_TOKEN }}'
27 diff --git a/firebase.json b/firebase.json
28index 63379d1..8e61b54 100644
29--- a/firebase.json
30+++ b/firebase.json
31 @@ -1,6 +1,6 @@
32 {
33 "hosting": {
34- "public": "./docsite/dist",
35+ "public": "docsite/dist",
36 "ignore": [
37 "firebase.json",
38 "**/.*",