Skip to content

Commit

Permalink
chore: fix deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Jan 15, 2025
1 parent 759ea9a commit ff74e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Build
shell: bash -l {0}
run: |
npm run build
npm install --legacy-peer-deps && npm run build
- name: Deploy Build
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit ff74e1f

Please sign in to comment.