Skip to content

Commit

Permalink
workflow: fetch-depth: 0 in package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Apr 5, 2022
1 parent 40a4d2a commit c7c60fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
repository: ${{ inputs.repository }}
path: source
# this is so git fetches all metadata required by setuptools_scm to get the version
fetch-depth: 0
- name: clear
run: rm -fr gh-pages/docs/*
- name: build
Expand Down

0 comments on commit c7c60fb

Please sign in to comment.