Skip to content

Commit

Permalink
Update ci.yml - Remove Dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram-- committed Mar 7, 2024
1 parent bb4597d commit 6af4fb7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,5 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Bram--/bggclient

- name: Generate API documentation
if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
run: |
./gradlew dokkaHtml
- name: Deploy API documentation to Github Pages
if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build/dokka/html
target-folder: api

0 comments on commit 6af4fb7

Please sign in to comment.