Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeetuSuthar authored Nov 20, 2024
1 parent 1529130 commit a8c277a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3

- name: Setup Node
- name: Setup Node.js
uses: actions/setup-node@v3

- name: Install dependencies
uses: bahmutov/npm-install@v1
run: npm install

- name: Build project
run: npm run build
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: ./dist

0 comments on commit a8c277a

Please sign in to comment.