From 9d3b52193e3f79a6be64e872173de97cd46128e5 Mon Sep 17 00:00:00 2001 From: Dynamitos Date: Wed, 10 Jun 2026 11:37:09 +0200 Subject: [PATCH] Create folder before web build --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 02978ea..b7e9264 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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