Create web-dist folder
Build and Deploy Ren'Py Web / deploy (push) Failing after 41s

This commit is contained in:
Dynamitos
2026-06-10 11:32:19 +02:00
parent ce3dd4e79f
commit 7deb048135
+1
View File
@@ -31,6 +31,7 @@ jobs:
- name: Build Web Distribution - name: Build Web Distribution
run: | run: |
# Execute the build from the /tmp directory, targeting your workspace root # 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 --destination $GITHUB_WORKSPACE/web-dist /tmp/renpy-sdk/launcher web_build $GITHUB_WORKSPACE
- name: Deploy to Gitea Pages - name: Deploy to Gitea Pages