From 7deb0481350f7ba355b6d1a9fc18b86d53a37fc5 Mon Sep 17 00:00:00 2001 From: Dynamitos Date: Wed, 10 Jun 2026 11:32:19 +0200 Subject: [PATCH] Create web-dist folder --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2829f65..02978ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,6 +31,7 @@ jobs: - name: Build Web Distribution 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 - name: Deploy to Gitea Pages