Fixing renpy command
Build and Deploy Ren'Py Web / deploy (push) Failing after 33s

This commit is contained in:
Dynamitos
2026-06-10 11:25:06 +02:00
parent f14cc43bb2
commit 4f8da8e4a9
+1 -1
View File
@@ -31,7 +31,7 @@ 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 $GITHUB_WORKSPACE/web-dist
/tmp/renpy-sdk/renpy.sh /tmp/renpy-sdk/launcher web_build $GITHUB_WORKSPACE --destination $GITHUB_WORKSPACE/web-dist
- name: Deploy to Gitea Pages
uses: peaceiris/actions-gh-pages@v3