We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa5eac commit 0c1b7ddCopy full SHA for 0c1b7dd
.github/workflows/push.yml
@@ -24,7 +24,6 @@ jobs:
24
gradle-home-cache-cleanup: true
25
- name: Build with Gradle
26
run: |
27
- ./gradlew :apollo-kdoc:dokkaGeneratePublicationHtml
28
./gradlew nmcpPublishAggregationToCentralPortalSnapshots
29
env:
30
LIBRARIAN_SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
@@ -37,8 +36,4 @@ jobs:
37
36
with:
38
name: push.zip
39
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.
+
0 commit comments