Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Nov 14, 2023
1 parent 6d7c3fe commit b94002b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/deploy_to_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:

- name: Setup pr-preview
if: ${{ github.event.action != 'closed' }}
uses: marocchino/sticky-pull-request-comment@v2
uses: thollander/actions-comment-pull-request@v2.4.3
with:
only_create: true
header: pr-preview
number: ${{ github.event.number }}
comment_tag: pr-preview
pr_number: ${{ github.event.number }}
message: "\
PR Preview
Expand All @@ -41,10 +40,10 @@ jobs:

- name: Remove pr-preview URL
if: ${{github.event.action == 'closed'}}
uses: marocchino/sticky-pull-request-comment@v2
uses: thollander/actions-comment-pull-request@v2.4.3
with:
header: pr-preview
number: ${{ github.event.number }}
comment_tag: pr-preview
pr_number: ${{ github.event.number }}
message: "\
PR Preview
Expand Down Expand Up @@ -146,10 +145,10 @@ jobs:

- name: Set pr-preview URL
if: ${{github.event.action != 'closed'}}
uses: marocchino/sticky-pull-request-comment@v2
uses: thollander/actions-comment-pull-request@v2.4.3
with:
header: pr-preview
number: ${{ matrix.pr_nums }}
comment_tag: pr-preview
pr_number: ${{ matrix.pr_nums }}
message: "\
PR Preview
Expand Down

0 comments on commit b94002b

Please sign in to comment.