Skip to content

Commit

Permalink
add fetch-tags option
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder committed Jan 30, 2024
1 parent f15e3f1 commit bf0db39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 50
fetch-tags: true

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit bf0db39

Please sign in to comment.