Skip to content

Commit

Permalink
install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCSolari committed Dec 1, 2023
1 parent 168398d commit da5ec04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Packages
run: npm ci
run: npm install
- name: Build page
run: npm run build
- name: Deploy to gh-pages
Expand Down

0 comments on commit da5ec04

Please sign in to comment.