Skip to content

Commit 7e19b2a

Browse files
committed
Previews
1 parent 55d8d71 commit 7e19b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/github-script@v7
6767
with:
6868
script: |
69-
const comment = `📚 Documentation preview for this PR is ready!\n\nYou can view it at: ${process.env.GITHUB_PAGES_URL}`;
69+
const comment = `📚 Documentation preview for this PR is ready!\n\nYou can view it at: ${{ steps.deployment.outputs.page_url }}`;
7070
github.rest.issues.createComment({
7171
owner: context.repo.owner,
7272
repo: context.repo.repo,

0 commit comments

Comments
 (0)