Skip to content

Commit

Permalink
Trigger GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Insitingxiluo committed Jun 15, 2024
1 parent e0688b9 commit e898406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy static site to GitHub Pages
on:
push:
branches:
- main # 确保这是你提交代码的分支名称
- main

jobs:
deploy:
Expand All @@ -17,4 +17,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: . # 确保这是你的 index.html 文件所在的位置
publish_dir: .

0 comments on commit e898406

Please # to comment.