Skip to content

Commit 853d293

Browse files
committed
Update auto generate doc via actions
1 parent 510219c commit 853d293

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
python -m robot.libdoc -f html PuppeteerLibrary docs/PuppeteerLibrary.html
2424
- name: Git-Commit update documents
2525
uses: matheusalbino/[email protected]
26+
with:
27+
message: This a commit from Github Actions
28+
github-token: ${{ secrets.GH_TOKEN }}
2629
- name: Build and publish
2730
env:
2831
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)