From 369020cb53f1693d7d1c6eea1b141f45c4e6399e Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Sat, 7 Sep 2024 17:24:57 -0700 Subject: [PATCH] . --- .github/workflows/gh-pages.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index df6d5aa..7063260 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -2,7 +2,8 @@ name: Deploy to GitHub Pages on: push: - branches: [main] + branches: + - main workflow_dispatch: jobs: @@ -21,4 +22,5 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./public/ + publish_dir: ./public + force_orphan: true