diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index e54fcf41335f..fdd2dcd9ad19 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -1,10 +1,10 @@ -# This workflow will upload docs to the gh-pages branch whenever something is pushed to master. +# This workflow will upload docs to the gh-pages branch whenever something is pushed to 0.8.x. name: Docs on: push: branches: - - master + - 0.8.x jobs: upload_docs: diff --git a/build.gradle.kts b/build.gradle.kts index d4b1977e5fd3..d89da8a2fbd9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,7 @@ tasks { } gitPublishReset { - dependsOn(dokkaHtmlMultimodule) + dependsOn(dokkaHtmlMultiModule) } }