Skip to content

Commit 2950076

Browse files
committed
disable GH page deploy
1 parent d2c84d6 commit 2950076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
DECRYPTER: ${{ secrets.DECRYPTER }}
5555
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
5656
PASSPHRASE: ${{ secrets.PASSPHRASE }}
57-
- name: Publish GitHub Pages
58-
run: ./gradlew --info -Dbuild.version="${{ steps.vars.outputs.tag }}" mkdocsPublish
57+
# - name: Publish GitHub Pages
58+
# run: ./gradlew --info -Dbuild.version="${{ steps.vars.outputs.tag }}" mkdocsPublish
5959
- name: deploy to sonatype and publish to maven central
6060
run: ./gradlew -Pversion=$REF_NAME setLibraryVersion -Dbuild.version="${{ steps.vars.outputs.tag }}" clean publishToSonatype closeAndReleaseSonatypeStagingRepository
6161
env:

0 commit comments

Comments
 (0)