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 a1bb076
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 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:
name: update docs
runs-on: ubuntu-latest
env:
GRGIT_USER: ${{ secrets.GRGIT_USER }}
GRGIT_USER: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

steps:
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 a1bb076

Please sign in to comment.