Skip to content

Commit

Permalink
Update lepoco-publish-page.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed Jun 15, 2024
1 parent d408639 commit 1155539
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lepoco-publish-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3

- name: Install Dependencies
run: npm ci
- name: Clean and Reinstall Dependencies
run: |
rm -rf node_modules
rm -f package-lock.json
npm install
- name: Build
run: npm run build
Expand Down

0 comments on commit 1155539

Please sign in to comment.