Skip to content

Commit a1bb076

Browse files
committed
Update gh-pages on push to 0.8.x
1 parent bebfcc7 commit a1bb076

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# This workflow will upload docs to the gh-pages branch whenever something is pushed to master.
1+
# This workflow will upload docs to the gh-pages branch whenever something is pushed to 0.8.x.
22

33
name: Docs
44
on:
55
push:
66
branches:
7-
- master
7+
- 0.8.x
88

99
jobs:
1010
upload_docs:
1111
name: update docs
1212
runs-on: ubuntu-latest
1313
env:
14-
GRGIT_USER: ${{ secrets.GRGIT_USER }}
14+
GRGIT_USER: ${{ secrets.GITHUB_TOKEN }}
1515
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
1616

1717
steps:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tasks {
5050
}
5151

5252
gitPublishReset {
53-
dependsOn(dokkaHtmlMultimodule)
53+
dependsOn(dokkaHtmlMultiModule)
5454
}
5555
}
5656

0 commit comments

Comments
 (0)