Create folder before web build
Build and Deploy Ren'Py Web / deploy (push) Failing after 46s

This commit is contained in:
Dynamitos
2026-06-10 11:37:09 +02:00
parent 7deb048135
commit 9d3b52193e
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
run: |
# Execute the build from the /tmp directory, targeting your workspace root
mkdir -p $GITHUB_WORKSPACE/web-dist
/tmp/renpy-sdk/renpy.sh --destination $GITHUB_WORKSPACE/web-dist /tmp/renpy-sdk/launcher web_build $GITHUB_WORKSPACE
/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