Skip to content

Commit 0c4cd8e

Browse files
cdn
1 parent cb66358 commit 0c4cd8e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.11'
24+
python-version: '3.12'
2525

2626
- name: Install dependencies
2727
run: |
@@ -30,7 +30,8 @@ jobs:
3030
3131
- name: Build with Pygbag
3232
run: |
33-
pygbag --build .
33+
mkdir -p build/web build/web-cache
34+
pygbag --build --cdn https://pygame-web.github.io/archives/0.9/ .
3435
3536
- name: Upload artifact
3637
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)