Skip to content

Commit

Permalink
Update GitHub Actions workflow for full clone
Browse files Browse the repository at this point in the history
  • Loading branch information
SaM-92 committed May 13, 2024
1 parent 5bf38c7 commit 32b1547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for all branches and tags

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

0 comments on commit 32b1547

Please sign in to comment.