Skip to content

Commit

Permalink
fix: netlify deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Oct 19, 2023
1 parent 0175cd7 commit c34e5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Deploy
id: deploy
run: |
mv package.json _package.json && \
netlify deploy \
--alias ${{ env.BRANCH_NAME_SLUG }} \
--build false \
Expand Down

0 comments on commit c34e5de

Please sign in to comment.