File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - main
8+ pull_request :
89
910concurrency :
1011 group : ${{ github.workflow }}-${{ github.ref }}
@@ -26,21 +27,21 @@ jobs:
2627 fetch-depth : 0
2728
2829 - name : Set up Python
29- uses : actions /setup-python @v6
30+ uses : astral-sh /setup-uv @v6
3031 with :
3132 python-version : 3.12
3233
3334 - name : Set up node
3435 uses : actions/setup-node@v5
3536 with :
36- node-version : 22
37+ node-version : 24
3738
3839 - name : Install dependencies and update content from submodules
3940 run : make all
4041
4142 - name : Deploy docs
43+ if : github.event_name == 'push'
4244 uses : mhausenblas/mkdocs-deploy-gh-pages@master
4345 env :
4446 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4547 CONFIG_FILE : mkdocs.yml
46- REQUIREMENTS : requirements.txt
You can’t perform that action at this time.
0 commit comments