Skip to content

Commit 48e410c

Browse files
committed
fix: missing favicon
1 parent f1f5467 commit 48e410c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,16 @@ jobs:
6868
- name: Build the interact cli
6969
run: yarn build
7070

71-
- name: Build the registry and website
71+
- name: Build the registry
7272
run: |
7373
yarn registry
7474
75-
- name: Build the website
75+
- name: Build the Favicon
7676
run: |
77+
yarn interact favicon --confPath=apps/site
78+
79+
- name: Build the website
80+
run: |
7781
yarn interact build --confPath=${{ env.APP_DIR }}
7882
7983
# actions/deploy-pages expect a zip

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"check:resources": "tsc -p src/resources/tsconfig.json",
1717
"watch": "tsc --watch",
1818
"start": "ninteract start --confPath=apps/site",
19+
"favicon": "ninteract favicon --confPath=apps/site",
1920
"site": "cd ../../gerardnico/com-gerardnico && ninteract start",
2021
"ssg": "ninteract build --confPath=apps/site",
2122
"preview": "ninteract preview --confPath=apps/site",

0 commit comments

Comments
 (0)