@@ -3,7 +3,6 @@ permissions:
33contents :read
44
55on :
6-
76pull_request :
87branches :
98 -main
2524
2625 -uses :actions/setup-python@v5
2726with :
28- python-version :" 3.10 "
27+ python-version :" 3.13 "
2928
3029 -uses :tlambert03/setup-qt-libs@19e4ef2d781d81f5f067182e228b54ec90d23b76 # v1
3130
@@ -53,16 +52,16 @@ jobs:
5352needs :build-docs
5453if :contains(github.ref, 'tags')
5554steps :
56- -uses :actions/checkout@v4
57- with :
58- persist-credentials :false
59- -uses :actions/download-artifact@v4.3.0
60- with :
61- name :docs
55+ -uses :actions/checkout@v4
56+ with :
57+ persist-credentials :false
58+ -uses :actions/download-artifact@v4.3.0
59+ with :
60+ name :docs
6261
63- -name :Push to GitHub pages
64- uses :JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4
65- with :
66- folder :html
67- ssh-key :${{ secrets.DEPLOY_KEY }}
68- repository-name :napari-matplotlib/napari-matplotlib.github.io
62+ -name :Push to GitHub pages
63+ uses :JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4
64+ with :
65+ folder :html
66+ ssh-key :${{ secrets.DEPLOY_KEY }}
67+ repository-name :napari-matplotlib/napari-matplotlib.github.io