summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dokka.yaml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/dokka.yaml b/.github/workflows/dokka.yaml
index 376dede..a8b3c80 100644
--- a/.github/workflows/dokka.yaml
+++ b/.github/workflows/dokka.yaml
@@ -4,9 +4,6 @@ on:
push:
branches:
- main
- pull_request:
- branches:
- - main
permissions:
contents: read
@@ -35,17 +32,15 @@ jobs:
run: chmod +x gradlew
- name: Generate JavaDoc with Dokka
- run: ./gradlew :dokka:dokkaGenerate --no-daemon
+ run: ./gradlew :platform-paper:dokkaGenerate --no-daemon
- name: Upload artifact
- if: github.event_name == 'push'
id: lunaticchat_dokka
uses: actions/upload-pages-artifact@v4
with:
- path: dokka/build/dokka/html
+ path: platform-paper/build/dokka/html
deploy:
- if: github.event_name == 'push'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}