Skip to content

Commit

Permalink
fix: config deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Alhamra committed Dec 5, 2024
1 parent ce058ca commit 70d65ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
node-version: 16

- name: Install dependencies
run: npm ci
run: npm install

- name: Build
run: npm run build
Expand All @@ -90,7 +90,7 @@ jobs:
with:
# Upload dist folder
path: './dist'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 70d65ec

Please sign in to comment.