Skip to content

Commit 5de44e0

Browse files
committed
Fix upload action
1 parent ee5ce8e commit 5de44e0

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
@@ -69,7 +69,7 @@ jobs:
6969
DOC_DEST=pr-${PR_NUMBER:-${GITHUB_REF##*/}}
7070
echo uplading docs to https://scala3doc.virtuslab.com/$DOC_DEST
7171
az storage container create --name $DOC_DEST --account-name scala3docstorage --public-access container
72-
az storage blob sync -s scaladoc/output -c $DOC_DEST --account-name scala3docstorage
72+
az storage blob upload-batch -s scaladoc/output -d $DOC_DEST --account-name scala3docstorage
7373
7474
community-docs:
7575
env:

0 commit comments

Comments
 (0)