File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 tests :
15- name : Run tests
15+ name : Deploy to static server
1616 runs-on : ubuntu-latest
1717 timeout-minutes : 10
1818
@@ -26,18 +26,18 @@ jobs:
2626 python-version : ' 3.14'
2727
2828 - name : Setup uv
29- uses : astral-sh/setup-uv@v7
29+ uses : astral-sh/setup-uv@v8.1.0
3030
3131 - name : Install dependencies from uv.lock
32- run : make deps/install
32+ run : uv run make deps/install
3333
3434 - name : Download data
35- run : uv run make download > /dev/null 2>&1
35+ run : uv run make download EXCLUDE="schedule youtube" > /dev/null 2>&1
3636 env :
3737 PRETALX_TOKEN : ${{ secrets.PRETALX_TOKEN }}
3838
3939 - name : Transform data
40- run : uv run make transform > /dev/null 2>&1
40+ run : uv run make transform EXCLUDE="schedule youtube" > /dev/null 2>&1
4141
4242 - name : Setup SSH
4343 uses : webfactory/ssh-agent@v0.9.1
You can’t perform that action at this time.
0 commit comments