Skip to content

Commit

Permalink
Merge pull request #14838 from KacperFKorban/fix-scaladoc-publishing
Browse files Browse the repository at this point in the history
Fix scaladoc build on main: Overwrite scaladoc azure storages on new action
  • Loading branch information
Kordyjan authored Apr 4, 2022
2 parents f04ddbc + 7fa02cb commit d5097d2
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 @@ -74,7 +74,7 @@ jobs:
DOC_DEST=$(echo pr-${PR_NUMBER:-${GITHUB_REF##*/}} | tr -d -c "[-A-Za-z0-9]")
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 upload-batch -s scaladoc/output -d $DOC_DEST --account-name scala3docstorage
az storage blob upload-batch --overwrite true -s scaladoc/output -d $DOC_DEST --account-name scala3docstorage
stdlib-sourcelinks-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d5097d2

Please sign in to comment.