From 7d6abb38daffe78dfcd33f07388a0cf72e8da809 Mon Sep 17 00:00:00 2001 From: Ferror Date: Sun, 15 Sep 2024 20:04:22 +0200 Subject: [PATCH] catalog dist --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e395ae..34999d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,11 +43,11 @@ jobs: - name: Add .nojekyll file to catalog - run: cd catalog/out/ && touch .nojekyll + run: cd catalog/dist/ && touch .nojekyll - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: - folder: catalog/out/ # The folder the action should deploy. + folder: catalog/dist/ # The folder the action should deploy. branch: website # The branch the action should deploy.