Skip to content

Commit

Permalink
remove draft flag
Browse files Browse the repository at this point in the history
Signed-off-by: sudhanshu dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Feb 12, 2024
1 parent 83e9995 commit e8c3383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Build and deploy preview
run: |
netlify deploy --dir=Lets-Learn-Github/contributors --message "Preview for PR ${{ github.event.number }}" --draft
netlify deploy --dir=Lets-Learn-Github/contributors --message "Preview for PR ${{ github.event.number }}"
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 comments on commit e8c3383

Please sign in to comment.