Skip to content

Commit 16eb083

Browse files
fix: use correct output variable page_url instead of deployment_url
1 parent 745a4bf commit 16eb083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
environment:
4444
name: github-pages-preview
45-
url: ${{ steps.deployment.outputs.deployment_url }}
45+
url: ${{ steps.deployment.outputs.page_url }}
4646
steps:
4747
- name: Deploy preview to GitHub Pages
4848
id: deployment

0 commit comments

Comments
 (0)