Skip to content

Commit 859b7d6

Browse files
authored
Merge pull request #72 from pyvec/pycon-2026-static-site
Static site for PyCon CZ 2026 built with Astro
2 parents 025081a + 09f2baa commit 859b7d6

58 files changed

Lines changed: 7330 additions & 458 deletions

Some content is hidden

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

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
# TODO: this will fail because the code doesnt pass the lint checks yet.
1818
# Fix the errors and re-enable linters
1919
#- name: Lint
20-
# uses: addnab/docker-run-action@v3
20+
# uses: maus007/docker-run-action-fork@v1
2121
# id: lint
2222
# with:
2323
# image: pycon:latest
2424
# run: make ci/lint
2525

2626
- name: Run tests
27-
uses: addnab/docker-run-action@v3
27+
uses: maus007/docker-run-action-fork@v1
2828
id: test
2929
with:
3030
image: pycon:latest

.github/workflows/deploy_beta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
repository: pyvec/cz.pycon.org-archive
2828
path: _previous-years
2929
- uses: superfly/flyctl-actions/setup-flyctl@master
30-
with:
31-
version: 0.1.84
3230
- run: flyctl deploy --remote-only --build-arg SENTRY_RELEASE=${{ steps.vars.outputs.sha_short }}
3331
env:
3432
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

.github/workflows/deploy_production.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
repository: pyvec/cz.pycon.org-archive
2727
path: _previous-years
2828
- uses: superfly/flyctl-actions/setup-flyctl@master
29-
with:
30-
version: 0.1.84
3129
- run: flyctl deploy -c fly.prod.toml --remote-only --build-arg SENTRY_RELEASE=${{ steps.vars.outputs.sha_short }}
3230
env:
3331
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

_upcoming/2026/favicon/site.webmanifest

Lines changed: 0 additions & 19 deletions
This file was deleted.

_upcoming/2026/index.html

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)