We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebfcc7 commit a1bb076Copy full SHA for a1bb076
.github/workflows/docs-ci.yml
@@ -1,17 +1,17 @@
1
-# 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.
2
3
name: Docs
4
on:
5
push:
6
branches:
7
- - master
+ - 0.8.x
8
9
jobs:
10
upload_docs:
11
name: update docs
12
runs-on: ubuntu-latest
13
env:
14
- GRGIT_USER: ${{ secrets.GRGIT_USER }}
+ GRGIT_USER: ${{ secrets.GITHUB_TOKEN }}
15
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
16
17
steps:
build.gradle.kts
@@ -50,7 +50,7 @@ tasks {
50
}
51
52
gitPublishReset {
53
- dependsOn(dokkaHtmlMultimodule)
+ dependsOn(dokkaHtmlMultiModule)
54
55
56
0 commit comments