Sphinx support: fix last modified dates for PEPs (#2024)
This commit is contained in:
parent
eb6f346936
commit
3b34e282fd
|
@ -11,6 +11,8 @@ jobs:
|
|||
steps:
|
||||
- name: 🛎️ Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0 # fetch all history so that last modified date-times are accurate
|
||||
|
||||
- name: 🐍 Set up Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
|
|
Loading…
Reference in New Issue