Skip to content

Commit

Permalink
refine git action
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhizhou committed Jul 2, 2024
1 parent 73dee6f commit c186c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish Website
name: deploy site

on:
push:
branches:
- master
paths:
- 'website/**'
- 'site/**'

jobs:
publish:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
submodules: true # Fetch Hugo themes (true FOR recursive)

- name: Build and publish website
run: |
Expand Down
2 changes: 1 addition & 1 deletion site/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ featured_image: '/images/bg_qq_sponsor.png'

收到的打款将全部用于服务运营,并公开所有接收到的捐赠

---
---

0 comments on commit c186c11

Please sign in to comment.