Skip to content

Commit e54a414

Browse files
authored
Fix release title in docs deployment to GitHub pages (#98)
Add workaround for #95, caused by a bug in the checkout action (github.com/actions/checkout/issues/882).
1 parent c62b850 commit e54a414

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

36+
- name: Workaround for https://github.com/actions/checkout/issues/882
37+
run: git fetch --tags --force origin
38+
3639
- name: Set up Python
3740
uses: actions/setup-python@v4
3841
with:

0 commit comments

Comments
 (0)