From c5f30e590d610cfa752ca52dc959b5e973f05f3b Mon Sep 17 00:00:00 2001 From: eric Liu Date: Thu, 13 Jun 2024 02:33:02 +0000 Subject: [PATCH] Update .gitea/workflows/publish.yaml --- .gitea/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index cbf8ca8..8ed3e9e 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -29,4 +29,5 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: personal_token: ${{ secrets.PERSONAL_TOKEN}} - publish_dir: ./public \ No newline at end of file + publish_dir: ./public + publish_branch: gitea-pages \ No newline at end of file