Skip to content

Commit

Permalink
fix(deploy-previews): bypass netlify --filter cli quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Feb 21, 2025
1 parent dc369a1 commit de04c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: netlify_deploy
run: |
yarn netlify deploy \
--dir=public \
--cwd=public \
--site=${{ secrets.NETLIFY_SITE_ID }} \
--auth=${{ secrets.NETLIFY_AUTH_TOKEN }} \
--alias=${{ github.event.number }} \
Expand Down

0 comments on commit de04c71

Please sign in to comment.