From e898406579297889ed7d58913280b95272e032e5 Mon Sep 17 00:00:00 2001 From: insistinglixi Date: Sat, 15 Jun 2024 11:45:41 +0800 Subject: [PATCH] Trigger GitHub Actions workflow --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a354f8..785f648 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy static site to GitHub Pages on: push: branches: - - main # 确保这是你提交代码的分支名称 + - main jobs: deploy: @@ -17,4 +17,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: . # 确保这是你的 index.html 文件所在的位置 + publish_dir: .