Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
GH Action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Jan 9, 2024
1 parent b5e6aed commit bd7299a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run: pnpm install

- name: Dependencies
run: cp -r ./node_modules/bootstrap ./src/node_modules/bootstrap
run: |
mkdir ./src/node_modules
cp -r ./node_modules/bootstrap ./src/node_modules/bootstrap
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit bd7299a

Please sign in to comment.