Skip to content

Commit

Permalink
Fix upload for communit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
romanowski committed Feb 11, 2021
1 parent 7aa0fb1 commit 2a694ad
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 @@ -108,4 +108,4 @@ jobs:
DOC_DEST=pr-${PR_NUMBER:-${GITHUB_REF##*/}}-docs
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 community-build/docsOutput -c $DOC_DEST --account-name scala3docstorage
az storage blob upload-batch -s community-build/docsOutput -d $DOC_DEST --account-name scala3docstorage

0 comments on commit 2a694ad

Please sign in to comment.