We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2f084 commit 39905f5Copy full SHA for 39905f5
.github/workflows/site-preview.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Deploy Preview to Netlify
33
run: |
34
netlify deploy \
35
- --alias="${GITHUB_REPOSITORY#*/}-${{ github.event.number }}" \
+ --alias="compiler-docs-${{ github.event.number }}" \
36
--auth=${{ secrets.NETLIFY_AUTH_TOKEN }} \
37
--dir="_site" \
38
--site=${{ vars.NETLIFY_PREVIEW_APP_SITE_ID }}
@@ -56,5 +56,5 @@ jobs:
56
issue_number: context.issue.number,
57
owner: context.repo.owner,
58
repo: context.repo.repo,
59
- body: `Preview url: https://${context.repo.repo}-${{ github.event.number }}--${hostnameSuffix}`,
+ body: `Preview url: https://compiler-docs-${{ github.event.number }}--${hostnameSuffix}`,
60
})
0 commit comments