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.
2 parents 8922c88 + 7781289 commit fd22547Copy full SHA for fd22547
.github/workflows/scaladoc.yaml
@@ -68,7 +68,7 @@ jobs:
68
PR_NUMBER: ${{ github.event.pull_request.number }}
69
with:
70
inlineScript: |
71
- DOC_DEST=pr-${PR_NUMBER:-${GITHUB_REF##*/}}
+ DOC_DEST=$(echo pr-${PR_NUMBER:-${GITHUB_REF##*/}} | tr -d -c "[-A-Za-z0-9]")
72
echo uplading docs to https://scala3doc.virtuslab.com/$DOC_DEST
73
az storage container create --name $DOC_DEST --account-name scala3docstorage --public-access container
74
az storage blob upload-batch -s scaladoc/output -d $DOC_DEST --account-name scala3docstorage
0 commit comments