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