Skip to content

Commit

Permalink
Merge branch 'master' into Saffron_color_#5941
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhanshutech authored Oct 8, 2024
2 parents 2beff79 + 5526ac0 commit 7fca3df
Show file tree
Hide file tree
Showing 879 changed files with 11,118 additions and 10,844 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy-site.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Deploy Site
on:
push:
branches: [ master ]
branches: [master]

jobs:
build-and-deploy:
Expand All @@ -12,9 +12,9 @@ jobs:
with:
fetch-depth: 1

- name: Install and Build 🔧
- name: Install and Build 🔧
run: |
npm install
npm install --legacy-peer-deps
npm run build
- name: Deploy 🚀
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/build-and-preview-site.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build and Preview Site
on:
pull_request:
branches: [ master ]
branches: [master]
types: [opened, synchronize, reopened]


jobs:
site-preview:
runs-on: ubuntu-latest
Expand All @@ -15,9 +14,9 @@ jobs:
persist-credentials: false
fetch-depth: 1

- name: Install and Build 🔧
- name: Install and Build 🔧
run: |
npm install
npm install --legacy-peer-deps
npm run noIndex
- name: Zip Site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 1

- name: NPM Install
run: npm install
run: npm install --legacy-peer-deps

- name: Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouseci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 19
- run: npm install && npm install -g @lhci/[email protected]
- run: npm install --legacy-peer-deps && npm install -g @lhci/[email protected]
- run: CI=false npm run build
- run: lhci collect --config=.desktop-lighthouserc.js
- run: lhci assert --config=.desktop-lighthouserc.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meshmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: action
repository: layer5labs/kanvas-snapshot
- id: test_result
uses: layer5labs/[email protected].12
uses: layer5labs/[email protected].13
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
mesheryToken: ${{ secrets.MESHERY_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setup-libs:

## Install layer5.io dependencies your local machine.
setup:
npm install
npm install --legacy-peer-deps

## Run layer5.io on your local machine.
site:
Expand Down
Loading

0 comments on commit 7fca3df

Please sign in to comment.