Skip to content

Commit 917f6ea

Browse files
authored
Update pypi.yml
1 parent 065878b commit 917f6ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,12 @@ jobs:
7979
name: Deploy to GitHub Pages
8080
needs: [upload_pypi]
8181
runs-on: ubuntu-latest
82-
if: startsWith(github.ref, 'refs/tags/v')
82+
#if: startsWith(github.ref, 'refs/tags/v')
8383
steps:
84+
- name: Check out repository
85+
uses: actions/checkout@v3
86+
with:
87+
fetch-depth: 0
8488
- name: Publish docs
8589
uses: peaceiris/actions-gh-pages@v3
8690
with:

0 commit comments

Comments
 (0)