mirror of
https://github.com/youwen5/blog.git
synced 2025-02-21 01:41:11 -08:00
Merge pull request #4 from youwen5/dependabot/github_actions/crazy-max/ghaction-github-pages-4.1.0
chore(deps): bump crazy-max/ghaction-github-pages from 4.0.0 to 4.1.0
This commit is contained in:
commit
cd765ab6bf
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
|
||||
if: success()
|
||||
uses: crazy-max/ghaction-github-pages@v4.0.0
|
||||
uses: crazy-max/ghaction-github-pages@v4.1.0
|
||||
with:
|
||||
build_dir: result
|
||||
target_branch: gh-pages
|
||||
|
|
Loading…
Reference in a new issue