mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
Merge 87c7f1f18d
into 0aef4e7260
This commit is contained in:
commit
68c5b1a9e3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
if: success()
|
if: success()
|
||||||
uses: crazy-max/ghaction-github-pages@v4.0.0
|
uses: crazy-max/ghaction-github-pages@v4.1.0
|
||||||
with:
|
with:
|
||||||
build_dir: result
|
build_dir: result
|
||||||
target_branch: gh-pages
|
target_branch: gh-pages
|
||||||
|
|
Loading…
Reference in a new issue