Skip to content

Commit 3f6afd6

Browse files
committed
after some oopsies, should work
1 parent 5a34be2 commit 3f6afd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
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

0 commit comments

Comments
 (0)