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 93a7861 commit 6d18669Copy full SHA for 6d18669
.github/workflows/build-prev.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
# compute branch‑based preview URL
59
BRANCH="${{ github.event.pull_request.head.ref }}"
60
- PREVIEW_URL="https://${BRANCH}.documentation-21k.pages.dev"
+ PREVIEW_URL="https://${BRANCH//\//-}.documentation-21k.pages.dev"
61
LOG_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
62
if [ "${{ steps.build.outcome }}" = "success" ]; then
63
STATUS="✅ Build succeeded"
@@ -68,7 +68,7 @@ jobs:
68
# always link to last branch preview if available
69
LINK="${LINK} | Previous preview: [${PREVIEW_URL}](${PREVIEW_URL})"
70
fi
71
- BODY="### Docs Preview
+ BODY="### Docs build
72
- Status: ${STATUS}
73
- ${LINK}
74
**Changed pages:**"
0 commit comments