We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d8d71 commit 7e19b2aCopy full SHA for 7e19b2a
.github/workflows/docs.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: actions/github-script@v7
67
with:
68
script: |
69
- const comment = `📚 Documentation preview for this PR is ready!\n\nYou can view it at: ${process.env.GITHUB_PAGES_URL}`;
+ const comment = `📚 Documentation preview for this PR is ready!\n\nYou can view it at: ${{ steps.deployment.outputs.page_url }}`;
70
github.rest.issues.createComment({
71
owner: context.repo.owner,
72
repo: context.repo.repo,
0 commit comments