Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMajdoubraed authored Sep 23, 2024
1 parent fe6f23e commit 8b805af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,9 @@ jobs:
run: npm install

- name: Build
run: npm run build
run: |
npm install
npm run build --if-present --ignore-scripts --prefer-offline --silent --unsafe-perm --no-progress --no-audit --no-optional --no-fund --loglevel=error
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3

0 comments on commit 8b805af

Please sign in to comment.