We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d6aa7 commit 169a285Copy full SHA for 169a285
.github/workflows/deploy.yml
@@ -28,12 +28,12 @@ jobs:
28
run: make deps/install
29
30
- name: Download data
31
- run: uv run make download > /dev/null
+ run: uv run make download > /dev/null 2>&1
32
env:
33
PRETALX_TOKEN: ${{ secrets.PRETALX_TOKEN }}
34
35
- name: Transform data
36
- run: uv run make transform > /dev/null
+ run: uv run make transform > /dev/null 2>&1
37
38
- name: Setup SSH
39
uses: webfactory/[email protected]
@@ -44,4 +44,4 @@ jobs:
44
run: ssh-keyscan "static.europython.eu" > ~/.ssh/known_hosts
45
46
- name: Deploy
47
- run: uv run make deploy FORCE_DEPLOY=true > /dev/null
+ run: uv run make deploy FORCE_DEPLOY=true
0 commit comments