Skip to content

Commit

Permalink
new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
martinliu committed Feb 21, 2024
1 parent a36f91b commit dce9767
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

- name: Deploy to gh-pages 🚀 # gh-pages 用于测试目的,同时也是 staging 环境
uses: JamesIves/github-pages-deploy-action@4.5.0
with:
branch: gh-pages
folder: public
clean: true
single-commit: true

0 comments on commit dce9767

Please sign in to comment.