Skip to content

Commit 3a0c38a

Browse files
authored
Merge pull request #10282 from romanowski/scala3doc/upload-doc-after-ci
Fix upload on master
2 parents e8da5c8 + e55ade1 commit 3a0c38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala3doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
PR_NUMBER: ${{ github.event.pull_request.number }}
6565
with:
6666
inlineScript: |
67-
DOC_DEST=pr-$PR_NUMBER
67+
DOC_DEST=pr-${PR_NUMBER:-master}
6868
echo uplading docs to https://scala3doc.virtuslab.com/$DOC_DEST
6969
az storage container create --name $DOC_DEST --account-name scala3docstorage --public-access container
7070
az storage blob sync -s scala3doc/output -c $DOC_DEST --account-name scala3docstorage

0 commit comments

Comments
 (0)