Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Dokka 2.0 #3553

Merged
merged 9 commits into from
Dec 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Go back to building docs only on release
serras committed Dec 17, 2024
commit c24ae905687cf56cb6f4546c823c9351c316bbd4
5 changes: 1 addition & 4 deletions .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
@@ -3,9 +3,6 @@ name: githubpages
on:
release:
types: [ released ]
push:
branches:
- "serras/dokka-plugin-2"

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.kotlin.dsl.internal.io.timeout=120000 -Dorg.gradle.jvmargs="-Xmx5g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
@@ -32,7 +29,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/main' }}

- name: assemble
run: ./gradlew -Pversion=2.0.0 :dokkaGenerate -Pgithubpages=true
run: ./gradlew -Pversion=${{ github.event.release.tag_name }} :dokkaGenerate -Pgithubpages=true

- name: copy CNAME
run: cp static/CNAME docs