Skip to content

Commit

Permalink
Force a deployment for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Dec 5, 2024
1 parent 58c1fe4 commit 86bde07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: githubpages
on:
release:
types: [ released ]
push:
branches:
- 'serras/fix-docs-build'

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"
Expand All @@ -29,7 +32,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/main' }}

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

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 86bde07

Please sign in to comment.