Skip to content

Commit a54d950

Browse files
committed
Publish website for 2026
1 parent 215fb1c commit a54d950

File tree

415 files changed

+4797
-431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

415 files changed

+4797
-431
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
PUBLIC_CFP_END=2025-04-30T23:59:59
2-
PUBLIC_TICKET_SALES_START=2025-05-05T08:00:00
31
PUBLIC_EVENT_START=2025-09-18T08:00
42
PUBLIC_EVENT_END=2025-09-18T23:00
3+
PUBLIC_CFP_END=2025-04-30T23:59:59
4+
PUBLIC_TICKET_SALES_START=2025-05-05T08:00:00
55
PUBLIC_SESSIONIZE_CLIENT_ID=du0o6y5t # 2025
66
PUBLIC_SESSIONIZE_EVENT_ID=swiss-cloud-native-day-2025
77
PUBLIC_TITO_EVENT_ID=swiss-cloud-native-day-2025

.github/workflows/main.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ on:
77
pull_request:
88

99
env:
10-
PUBLIC_CFP_END: 2025-04-30T23:59:59
11-
PUBLIC_TICKET_SALES_START: 2025-05-05T08:00:00
12-
PUBLIC_EVENT_START: 2025-09-18T08:00
13-
PUBLIC_EVENT_END: 2025-09-18T23:00
14-
PUBLIC_SESSIONIZE_CLIENT_ID: du0o6y5t # 2025
15-
PUBLIC_SESSIONIZE_EVENT_ID: swiss-cloud-native-day-2025
16-
PUBLIC_TITO_EVENT_ID: swiss-cloud-native-day-2025
10+
PUBLIC_EVENT_START: 2026-09-17T08:00
11+
PUBLIC_EVENT_END: 2026-09-17T23:00
12+
PUBLIC_CFP_END: 2026-04-30T23:59:59
13+
PUBLIC_TICKET_SALES_START: 2026-05-05T08:00:00
14+
PUBLIC_SESSIONIZE_CLIENT_ID: f3uupna0 # 2026
15+
PUBLIC_SESSIONIZE_EVENT_ID: swiss-cloud-native-day-2026
16+
PUBLIC_TITO_EVENT_ID: swiss-cloud-native-day-2026
1717

1818
jobs:
1919
lint:
2020
name: Lint
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Set up Node.js
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v6
2525
- name: Checkout repo
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
- name: Install dependencies
2828
run: npm ci
2929
- name: Check
@@ -37,16 +37,16 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Set up Node.js
40-
uses: actions/setup-node@v4
40+
uses: actions/setup-node@v6
4141
- name: Checkout repo
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v6
4343
- name: Install dependencies
4444
run: npm ci
4545
- name: Build
4646
run: npm run build
4747
- name: Upload artifact
4848
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
49-
uses: actions/upload-pages-artifact@v3
49+
uses: actions/upload-pages-artifact@v4
5050
with:
5151
path: ./build
5252

package-lock.json

Lines changed: 315 additions & 255 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)