Update .github/workflows/deploy.yml
Build and Deploy Ren'Py Web / deploy (push) Failing after 30s

This commit is contained in:
2026-06-10 11:29:33 +02:00
parent 4f8da8e4a9
commit ce3dd4e79f
+2 -2
View File
@@ -31,8 +31,8 @@ jobs:
- name: Build Web Distribution
run: |
# Execute the build from the /tmp directory, targeting your workspace root
/tmp/renpy-sdk/renpy.sh /tmp/renpy-sdk/launcher web_build $GITHUB_WORKSPACE --destination $GITHUB_WORKSPACE/web-dist
/tmp/renpy-sdk/renpy.sh --destination $GITHUB_WORKSPACE/web-dist /tmp/renpy-sdk/launcher web_build $GITHUB_WORKSPACE
- name: Deploy to Gitea Pages
uses: peaceiris/actions-gh-pages@v3
with: