Skip to content

Commit 56e1c9e

Browse files
committed
preview true
1 parent 8fdb45a commit 56e1c9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/asv.yml

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

5758
steps:
5859
- uses: actions/checkout@v5
@@ -117,6 +118,5 @@ jobs:
117118
- name: Deploy to GitHub Pages
118119
id: deployment
119120
uses: actions/deploy-pages@v4
120-
121-
- name: Print preview URL
122-
run: echo "Preview available at ${{ steps.deployment.outputs.page_url }}"
121+
with:
122+
preview: true

0 commit comments

Comments
 (0)