Skip to content

Commit 26a2f59

Browse files
committed
Disable community build doc genereration
1 parent 2a007db commit 26a2f59

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/scala3doc.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,17 @@ jobs:
8181
- name: Init submodules
8282
run: git submodule update --init --recursive --jobs 7
8383

84-
- name: Generate docs
85-
run: ./project/scripts/sbt "community-build/run doc all docsOutput"
86-
87-
- name: Upload documentation to server
88-
uses: azure/CLI@v1
89-
if: env.AZURE_STORAGE_SAS_TOKEN
90-
env:
91-
PR_NUMBER: ${{ github.event.pull_request.number }}
92-
with:
93-
inlineScript: |
94-
DOC_DEST=pr-${PR_NUMBER:-${GITHUB_REF##*/}}-docs
95-
echo uplading docs to https://scala3doc.virtuslab.com/$DOC_DEST
96-
az storage container create --name $DOC_DEST --account-name scala3docstorage --public-access container
97-
az storage blob sync -s community-build/docsOutput -c $DOC_DEST --account-name scala3docstorage
84+
# - name: Generate docs
85+
# run: ./project/scripts/sbt "community-build/run doc all docsOutput"
86+
#
87+
# - name: Upload documentation to server
88+
# uses: azure/CLI@v1
89+
# if: env.AZURE_STORAGE_SAS_TOKEN
90+
# env:
91+
# PR_NUMBER: ${{ github.event.pull_request.number }}
92+
# with:
93+
# inlineScript: |
94+
# DOC_DEST=pr-${PR_NUMBER:-${GITHUB_REF##*/}}-docs
95+
# echo uplading docs to https://scala3doc.virtuslab.com/$DOC_DEST
96+
# az storage container create --name $DOC_DEST --account-name scala3docstorage --public-access container
97+
# az storage blob sync -s community-build/docsOutput -c $DOC_DEST --account-name scala3docstorage

0 commit comments

Comments
 (0)