From bbfa94a2c89082918147021f3ba26ab8405fa27f Mon Sep 17 00:00:00 2001 From: gavinyork Date: Sun, 2 Jun 2024 19:37:14 +0800 Subject: [PATCH] Update CI yaml --- .github/workflows/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 046a71e8..a681e641 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -27,7 +27,7 @@ jobs: - name: Deploy to GitHub Pages uses: Cecilapp/GitHub-Pages-deploy@v3 env: - GITHUB_TOKEN: ${{ secrets.SITE_DEPLOY_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: email: gavinyork2024@outlook.com build_dir: ./site/dist/web