Sphinx support: fix last modified dates for PEPs (#2024)

This commit is contained in:
Adam Turner 2021-07-04 18:55:04 +01:00 committed by GitHub
parent eb6f346936
commit 3b34e282fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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