Skip to content

Commit 8893e1f

Browse files
authored
Merge pull request #11384 from romanowski/scaladoc/fix-uplaod2
Fix upload for communit docs
2 parents 4987b14 + 2a694ad commit 8893e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scaladoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ jobs:
108108
DOC_DEST=pr-${PR_NUMBER:-${GITHUB_REF##*/}}-docs
109109
echo uplading docs to https://scala3doc.virtuslab.com/$DOC_DEST
110110
az storage container create --name $DOC_DEST --account-name scala3docstorage --public-access container
111-
az storage blob sync -s community-build/docsOutput -c $DOC_DEST --account-name scala3docstorage
111+
az storage blob upload-batch -s community-build/docsOutput -d $DOC_DEST --account-name scala3docstorage

0 commit comments

Comments
 (0)