Skip to content

Commit f1b6223

Browse files
authored
fix(actions): PR Preview
1 parent 8b0b6c9 commit f1b6223

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/PR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ concurrency:
1616
jobs:
1717
deploy:
1818
environment:
19-
name: github-pages
19+
name: github-pages-preview
2020
url: ${{ steps.deployment.outputs.page_url }}
2121
runs-on: ubuntu-latest
2222
steps:
23-
- name: Checkout PR
23+
- name: Checkout PR branch
2424
uses: actions/checkout@v4
2525
with:
2626
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)