Skip to content

Commit

Permalink
Rollback the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Dec 5, 2024
1 parent 86bde07 commit cee07ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ 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 @@ -32,7 +29,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/main' }}

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

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

0 comments on commit cee07ad

Please sign in to comment.