Skip to content

Commit

Permalink
release: v0.0d
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandan-unni committed Mar 17, 2024
1 parent 8fa52de commit 5b2cf6a
Show file tree
Hide file tree
Showing 3 changed files with 5,679 additions and 542 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
cache: "npm"
- name: Install dependencies
run: yarn install
run: npm ci
- name: Build
run: yarn run build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down
Loading

0 comments on commit 5b2cf6a

Please sign in to comment.