Skip to content

Commit

Permalink
Do not build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Mar 25, 2024
1 parent c0b6c10 commit 7038421
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,3 @@ jobs:
properties: |
ossrhUsername=${{ secrets.OSSRH_USERNAME }}
ossrhPassword=${{ secrets.OSSRH_PASSWORD }}
- name: Publish Documentation
uses: JamesIves/[email protected]
with:
branch: gh-pages
clean: false
folder: build/javadoc
13 changes: 0 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,3 @@ jobs:
ossrhUsername=${{ secrets.OSSRH_USERNAME }}
ossrhPassword=${{ secrets.OSSRH_PASSWORD }}
github.token=${{ secrets.GITHUB_TOKEN }}
- name: Build Docs
uses: burrunan/gradle-cache-action@v1
with:
job-id: jdk8-build-test
arguments: dokkaHtml

- name: Publish Documentation
uses: JamesIves/[email protected]
with:
branch: gh-pages
clean: false
folder: build/javadoc

0 comments on commit 7038421

Please sign in to comment.