Skip to content

Commit

Permalink
don't fail preview.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 17, 2024
1 parent fbb0953 commit ce3e38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-bundle-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Comment PR Preview
uses: thollander/actions-comment-pull-request@v2
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && steps.deploy.outputs.deployment_url
with:
filePath: preview.txt
comment_tag: pr_preview
Expand Down

0 comments on commit ce3e38a

Please sign in to comment.