Skip to content

Commit

Permalink
modification of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CalcagnoLoic committed Feb 8, 2024
1 parent b033f4f commit 31b6e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: "npm"

- name: "Install dependencies"
run: npm run install
run: npm i

- name: "Linter"
run: npm run lint
Expand All @@ -52,7 +52,7 @@ jobs:
cache: "npm"

- name: "Install dependencies"
run: npm run install
run: npm i

- name: "Configure GH page"
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 31b6e60

Please sign in to comment.