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 e8da5c8 + e55ade1 commit 3a0c38aCopy full SHA for 3a0c38a
.github/workflows/scala3doc.yaml
@@ -64,7 +64,7 @@ jobs:
64
PR_NUMBER: ${{ github.event.pull_request.number }}
65
with:
66
inlineScript: |
67
- DOC_DEST=pr-$PR_NUMBER
+ DOC_DEST=pr-${PR_NUMBER:-master}
68
echo uplading docs to https://scala3doc.virtuslab.com/$DOC_DEST
69
az storage container create --name $DOC_DEST --account-name scala3docstorage --public-access container
70
az storage blob sync -s scala3doc/output -c $DOC_DEST --account-name scala3docstorage
0 commit comments