Skip to content

Commit 2a694ad

Browse files
committed
Fix upload for communit docs
1 parent 7aa0fb1 commit 2a694ad

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)