Skip to content

Commit

Permalink
using gh-pages anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidingPlus committed Nov 21, 2024
1 parent de5b0f9 commit a46858b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ jobs:
name: Homepage
path: dist

- name: Deploy to gh-pages-deprecated
- name: Deploy to gh-pages
# 链接 https://github.com/crazy-max/ghaction-github-pages/
# 同 Repo https://github.com/DavidingPlus/blog/ 的需求
uses: crazy-max/[email protected]
with:
target_branch: gh-pages-deprecated
target_branch: gh-pages
build_dir: dist
keep_history: false # 同 blog,关闭 git 历史
# fqdn: xxx 自定义域名
Expand Down

0 comments on commit a46858b

Please sign in to comment.