Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Mar 26, 2024
1 parent 8f2813d commit 892e904
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ jobs:
admin-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20.x"

- name: Build admin panel
- run: |
cd admin
npm install
Expand All @@ -22,13 +19,10 @@ jobs:
website-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20.x"

- name: Build website
run: |
cd website
npm install
Expand Down

0 comments on commit 892e904

Please sign in to comment.