Skip to content

Commit

Permalink
fix: pipeline, npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteLacroix committed Sep 19, 2024
1 parent 8b06bb4 commit 196c6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: npm install

- name: Build project
run: npm build --outDir build
run: npm run build

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.3
Expand Down

0 comments on commit 196c6db

Please sign in to comment.