From 9d6405e1409913ae5e254250fbc067920cee152a Mon Sep 17 00:00:00 2001 From: Hugo Masclet Date: Tue, 16 Jan 2024 12:03:07 +0100 Subject: [PATCH] Fix deploy output folder --- .github/workflows/deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 9691418..d41075b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,10 +22,8 @@ jobs: - name: Build 🛠 run: yarn build - - run: touch ./out/.nojekyll - - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.5 with: branch: gh-pages # The branch the action should deploy to. - folder: out # The folder the action should deploy. + folder: build # The folder the action should deploy.