Skip to content

Commit 0c1b7dd

Browse files
authored
Do not deploy kdoc (#6633)
1 parent 8fa5eac commit 0c1b7dd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
gradle-home-cache-cleanup: true
2525
- name: Build with Gradle
2626
run: |
27-
./gradlew :apollo-kdoc:dokkaGeneratePublicationHtml
2827
./gradlew nmcpPublishAggregationToCentralPortalSnapshots
2928
env:
3029
LIBRARIAN_SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
@@ -37,8 +36,4 @@ jobs:
3736
with:
3837
name: push.zip
3938
path: diagnostics.zip
40-
- name: Deploy Kdoc to github pages
41-
uses: JamesIves/github-pages-deploy-action@5c6e9e9f3672ce8fd37b9856193d2a537941e66c #v4.6.1
42-
with:
43-
branch: gh-pages # The branch the action should deploy to.
44-
folder: libraries/apollo-kdoc/build/dokka/html # The folder the action should deploy.
39+

0 commit comments

Comments
 (0)