File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 4242 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4343
4444 - run : pip install -U pip setuptools wheel pdoc3 && pip install -e .[all]
45- - run : time .github/scripts/build.sh
45+ - run : time .github/scripts/build-docs .sh
Original file line number Diff line number Diff line change 11name : Deploy docs
22on :
33 push :
4- tags : [ v* ]
4+ tags : ['v[0-9]+.*']
5+ workflow_dispatch :
56
67jobs :
78 deploy :
@@ -14,11 +15,12 @@ jobs:
1415 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1516 - uses : ./.github/actions/setup
1617 with :
17- python-version : 3.13
18+ python-version : 3.12
1819
1920 - run : pip install -e .[all] pdoc3
20- - run : time .github/scripts/build.sh
21+ - run : python -m sambo._test -v
22+ - run : time .github/scripts/build-docs.sh
2123
2224 - env :
23- GH_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
25+ GH_PASSWORD : ${{ secrets.GH_PASSWORD }}
2426 run : .github/scripts/deploy-gh-pages.sh
You can’t perform that action at this time.
0 commit comments