mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix(docs) commit to meta repo as lvgl-bot instead of actual commit author
This commit is contained in:
parent
2122583ec2
commit
f0e8549fe1
4
.github/workflows/compile_docs.yml
vendored
4
.github/workflows/compile_docs.yml
vendored
@ -71,6 +71,8 @@ jobs:
|
||||
BRANCH: gh-pages # The branch the action should deploy to.
|
||||
FOLDER: out_html # The folder the action should deploy.
|
||||
TARGET_FOLDER: ${{ steps.version.outputs.VERSION_NAME }}
|
||||
GIT_CONFIG_NAME: lvgl-bot
|
||||
GIT_CONFIG_EMAIL: lvgl-bot@users.noreply.github.com
|
||||
PRESERVE: true
|
||||
SINGLE_COMMIT: true
|
||||
- name: Deploy to master
|
||||
@ -83,5 +85,7 @@ jobs:
|
||||
BRANCH: gh-pages # The branch the action should deploy to.
|
||||
FOLDER: out_html # The folder the action should deploy.
|
||||
TARGET_FOLDER: master
|
||||
GIT_CONFIG_NAME: lvgl-bot
|
||||
GIT_CONFIG_EMAIL: lvgl-bot@users.noreply.github.com
|
||||
PRESERVE: true
|
||||
SINGLE_COMMIT: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user