Skip to content

Commit

Permalink
Update gh-pages on push to 0.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Aug 17, 2022
1 parent bebfcc7 commit 1e6718a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tasks {
}

gitPublishReset {
dependsOn(dokkaHtmlMultimodule)
dependsOn(dokkaHtmlMultiModule)
}
}

Expand Down

0 comments on commit 1e6718a

Please sign in to comment.