Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 4, 2023
1 parent 0b1bdc5 commit 157d488
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
uses: actions/checkout@v3

- name: Add preview URL to PR
uses: thollander/actions-comment-pull-request@v2
uses: mshick/add-pr-comment@v2
with:
message: A preview url will be shown here when the deployment finished.
comment_tag: preview-url

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down Expand Up @@ -54,6 +53,6 @@ jobs:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

- name: Add preview URL to PR
uses: thollander/actions-comment-pull-request@v2
uses: mshick/add-pr-comment@v2
with:
filePath: preview_url.txt
message-path: preview_url.txt

0 comments on commit 157d488

Please sign in to comment.