File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
url : https://pypi.org/p/interbasepython
66
66
permissions :
67
67
id-token : write
68
- if : github.ref == 'refs/heads/main' && startsWith(github.ref, 'refs/tags/v')
68
+ if : startsWith(github.ref, 'refs/tags/v')
69
69
steps :
70
70
- uses : actions/download-artifact@v2
71
71
with :
@@ -79,12 +79,12 @@ jobs:
79
79
name : Deploy to GitHub Pages
80
80
needs : [upload_pypi]
81
81
runs-on : ubuntu-latest
82
- if : github.ref == 'refs/heads/main' && startsWith(github.ref, 'refs/tags/v')
82
+ if : startsWith(github.ref, 'refs/tags/v')
83
83
steps :
84
84
- name : Publish docs
85
85
uses : peaceiris/actions-gh-pages@v3
86
86
with :
87
87
publish_branch : gh-pages
88
88
github_token : ${{ secrets.GITHUB_TOKEN }}
89
89
publish_dir : docs/
90
- force_orphan : true
90
+ force_orphan : true
You can’t perform that action at this time.
0 commit comments