Skip to content

Commit c3cd13a

Browse files
committed
Remove scaladoc CI step uploading docs to no longer existing Azure storage
1 parent b68d08a commit c3cd13a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/scaladoc.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,6 @@ jobs:
6363
- name: Generate documentation for example project using dotty-sbt
6464
run: ./project/scripts/sbt "sbt-test/scripted sbt-dotty/scaladoc"
6565

66-
- name: Generate index file
67-
run: scaladoc/scripts/mk-index.sh scaladoc/output > scaladoc/output/index.html
68-
69-
- name: Upload documentation to server
70-
uses: azure/CLI@v1
71-
if: env.AZURE_STORAGE_SAS_TOKEN
72-
env:
73-
PR_NUMBER: ${{ github.event.pull_request.number }}
74-
with:
75-
inlineScript: |
76-
DOC_DEST=$(echo pr-${PR_NUMBER:-${GITHUB_REF##*/}} | tr -d -c "[-A-Za-z0-9]")
77-
echo uplading docs to https://scala3doc.virtuslab.com/$DOC_DEST
78-
az storage container create --name $DOC_DEST --account-name scala3docstorage --public-access container
79-
az storage blob upload-batch --overwrite true -s scaladoc/output -d $DOC_DEST --account-name scala3docstorage
80-
8166
stdlib-sourcelinks-test:
8267
runs-on: ubuntu-latest
8368
# if false - disable flaky test

0 commit comments

Comments
 (0)