We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5059136 commit 065878bCopy full SHA for 065878b
.github/workflows/pypi.yml
@@ -65,7 +65,7 @@ jobs:
65
url: https://pypi.org/p/interbasepython
66
permissions:
67
id-token: write
68
- if: github.ref == 'refs/heads/main' && startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/v')
69
steps:
70
- uses: actions/download-artifact@v2
71
with:
@@ -79,12 +79,12 @@ jobs:
79
name: Deploy to GitHub Pages
80
needs: [upload_pypi]
81
runs-on: ubuntu-latest
82
83
84
- name: Publish docs
85
uses: peaceiris/actions-gh-pages@v3
86
87
publish_branch: gh-pages
88
github_token: ${{ secrets.GITHUB_TOKEN }}
89
publish_dir: docs/
90
- force_orphan: true
+ force_orphan: true
0 commit comments