From ccc438cb69277f98fe0b41f369c75b4c45f7448f Mon Sep 17 00:00:00 2001 From: Rosas Behoundja Date: Mon, 30 Mar 2026 13:34:05 +0100 Subject: [PATCH] feat: Update deployment configuration to publish from root directory and exclude unnecessary assets --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 06614ac..a529b03 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,4 +19,5 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./pages \ No newline at end of file + publish_dir: . + exclude_assets: '.github,.gitignore,.env,generate_config.sh,*.md,*.py' \ No newline at end of file