Skip to content

Commit

Permalink
Sphinx support: fix last modified dates for PEPs (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Jul 4, 2021
1 parent eb6f346 commit 3b34e28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b34e28

Please sign in to comment.