We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb66358 commit 0c4cd8eCopy full SHA for 0c4cd8e
1 file changed
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python
22
uses: actions/setup-python@v5
23
with:
24
- python-version: '3.11'
+ python-version: '3.12'
25
26
- name: Install dependencies
27
run: |
@@ -30,7 +30,8 @@ jobs:
30
31
- name: Build with Pygbag
32
33
- pygbag --build .
+ mkdir -p build/web build/web-cache
34
+ pygbag --build --cdn https://pygame-web.github.io/archives/0.9/ .
35
36
- name: Upload artifact
37
uses: actions/upload-pages-artifact@v3
0 commit comments