Skip to content

Commit

Permalink
gh-pages comments out
Browse files Browse the repository at this point in the history
  • Loading branch information
martinliu committed Feb 21, 2024
1 parent fc464b6 commit 88feb92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: ./public
- name: Deploy to gh-pages 🚀 # gh-pages 用于测试目的,同时也是 staging 环境
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: ./public
clean: true
single-commit: true
# - name: Deploy to gh-pages 🚀 # gh-pages 用于测试目的,同时也是 staging 环境
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# branch: gh-pages
# folder: ./public
# clean: true
# single-commit: true

# Deployment job
deploy:
Expand Down

0 comments on commit 88feb92

Please sign in to comment.