Skip to content

Commit

Permalink
configure git push token
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlauvlwj committed Sep 30, 2024
1 parent 708990c commit abfe8ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
cp -r "$PROJECT_DIR/build/dokka/htmlMultiModule" "$BASEDIR/public/api-docs"
- name: Deploy
env:
GIT_PUSH_TOKEN: ${{secrets.GIT_PUSH_TOKEN}}
run: |
BASEDIR=$(pwd)
DEPLOY_DIR=~/.ktorm-docs/temp/repo/ktorm-docs
Expand Down

0 comments on commit abfe8ed

Please # to comment.