Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3

RUN pip install -Iv pyyaml==5.3.1
RUN pip install -Iv jinja2==2.11.1
RUN pip install -Iv jinja2==3.1.2
COPY ./ /generatedocs

ENTRYPOINT ["python", "/generatedocs/src/main.py"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Generate Python Docs
uses: jbheard/markdown-docs@v1
- name: Open docs update PR
uses: peter-evans/create-pull-request@v2
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down