diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index b25cc8b..4e01022 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -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 }}