Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satyampsoni authored Apr 14, 2024
1 parent 8bd668a commit 3b7a8ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: 18

- name: Install Dependencies
run: npm install

- name: Build
run: npm run build

- name: Install gh-pages
run: npm install gh-pages --save-dev

- name: Deploy to GitHub Pages
run: npx gh-pages -d dist
Expand Down

0 comments on commit 3b7a8ad

Please sign in to comment.