Skip to content

Commit 118b2fd

Browse files
committed
feature: New portfolio
1 parent 9f1f77d commit 118b2fd

36 files changed

+4162
-7187
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- run: npm ci && npm run build
14+
- run: yarn install --frozen-lockfile && yarn build
1515
- uses: FirebaseExtended/action-hosting-deploy@v0
1616
with:
1717
repoToken: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- run: npm ci && npm run build
12+
- run: yarn install --frozen-lockfile && yarn build
1313
- uses: FirebaseExtended/action-hosting-deploy@v0
1414
with:
1515
repoToken: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)