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 708990c commit abfe8edCopy full SHA for abfe8ed
.github/workflows/build.yml
@@ -49,6 +49,8 @@ jobs:
49
cp -r "$PROJECT_DIR/build/dokka/htmlMultiModule" "$BASEDIR/public/api-docs"
50
51
- name: Deploy
52
+ env:
53
+ GIT_PUSH_TOKEN: ${{secrets.GIT_PUSH_TOKEN}}
54
run: |
55
BASEDIR=$(pwd)
56
DEPLOY_DIR=~/.ktorm-docs/temp/repo/ktorm-docs
0 commit comments