From ce3dd4e79f0a1363f8d1565d49a13b847c72b044 Mon Sep 17 00:00:00 2001 From: Dynamitos Date: Wed, 10 Jun 2026 11:29:33 +0200 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cba70e4..2829f65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: