mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-02 01:54:50 +00:00
Merge pull request #3 from ClovertaTheTrilobita/blog-content
update github action branch
This commit is contained in:
commit
9ec781e6e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-blog.yml
vendored
2
.github/workflows/deploy-blog.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Deploy Astro Blog
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- blog-content
|
||||||
paths:
|
paths:
|
||||||
- 'src/blog/**'
|
- 'src/blog/**'
|
||||||
- 'src/friends/**'
|
- 'src/friends/**'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue