Skip to content

Commit

Permalink
Fix upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
romanowski committed Feb 11, 2021
1 parent ee5ce8e commit 5de44e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scaladoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
DOC_DEST=pr-${PR_NUMBER:-${GITHUB_REF##*/}}
echo uplading docs to https://scala3doc.virtuslab.com/$DOC_DEST
az storage container create --name $DOC_DEST --account-name scala3docstorage --public-access container
az storage blob sync -s scaladoc/output -c $DOC_DEST --account-name scala3docstorage
az storage blob upload-batch -s scaladoc/output -d $DOC_DEST --account-name scala3docstorage
community-docs:
env:
Expand Down

0 comments on commit 5de44e0

Please sign in to comment.