From 5bd8d79dda19a44cd6b9526bd74a27768a0ee606 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Wed, 28 Feb 2024 17:19:14 +0100 Subject: [PATCH] PAHT :| --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f8de66..4795748 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -110,6 +110,6 @@ jobs: SQUASH_HISTORY: true REPO: self BRANCH: gh-pages # The branch name where you want to push the assets - FOLDER: ./bevy_forge/out # The directory where your assets are generated + FOLDER: ./out # The directory where your assets are generated GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token MESSAGE: "Build: ({sha}) {msg}" # The commit message