Skip to content

Commit 7af5cfe

Browse files
authored
Scaladoc - remove test deployment from CI (#19011)
`https://scala3doc.virtuslab.com` environment was rarely used and it was removed from Azure - this PR removes it from CI
1 parent 9f020de commit 7af5cfe

File tree

4 files changed

+0
-105
lines changed

4 files changed

+0
-105
lines changed

.github/workflows/scaladoc.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,6 @@ jobs:
6262
- name: Generate documentation for example project using dotty-sbt
6363
run: ./project/scripts/sbt "sbt-test/scripted sbt-dotty/scaladoc"
6464

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

scaladoc/scripts/linkstovisit.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

scaladoc/scripts/mk-index.sh

Lines changed: 0 additions & 77 deletions
This file was deleted.

scaladoc/scripts/tocheck.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)