Skip to content

Commit 8fdb45a

Browse files
committed
deployment page_url
1 parent 0a1ecfa commit 8fdb45a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/asv.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
id-token: write
5454
environment:
5555
name: github-pages
56-
url: ${{ steps.deployment.outputs.page_url }}
5756

5857
steps:
5958
- uses: actions/checkout@v5
@@ -118,3 +117,6 @@ jobs:
118117
- name: Deploy to GitHub Pages
119118
id: deployment
120119
uses: actions/deploy-pages@v4
120+
121+
- name: Print preview URL
122+
run: echo "Preview available at ${{ steps.deployment.outputs.page_url }}"

0 commit comments

Comments
 (0)