Skip to content

Commit 52f9f20

Browse files
authored
Merge pull request #10 from simple-repository/feature/static-files-at-runtime
Ensure we don't fetch a shallow clone of the repo
2 parents 2df2875 + 75f6b33 commit 52f9f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:
25-
fetch-depth: 1
25+
fetch-depth: 0
2626
fetch-tags: true
2727

2828
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)