mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-10 17:22:11 +01:00
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:
|
||||
# filename
|
||||
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