action2
This commit is contained in:
parent
915f494331
commit
a8a8779616
13
.github/workflows/blank.yml
vendored
13
.github/workflows/blank.yml
vendored
@ -39,3 +39,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# filename
|
# filename
|
||||||
filename: '**.py' # default is test.py
|
filename: '**.py' # default is test.py
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Generate Python Docs
|
||||||
|
uses: jbheard/markdown-docs@v1
|
||||||
|
- name: Open docs update PR
|
||||||
|
uses: peter-evans/create-pull-request@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user