Skip to content

Commit

Permalink
Fetch all tags/branches when building docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgower committed Feb 25, 2021
1 parent 60a736a commit e6185a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
# Fetch the history for all tags and branches
# so that the correct version string can be constructed
# by setuptools_scm.
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.8
Expand Down

0 comments on commit e6185a7

Please sign in to comment.