Skip to content

Commit

Permalink
添加上传到本项目的 build 分支
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang-Yirui committed Sep 2, 2024
1 parent 670973e commit 6cb5e4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ jobs:
git-config-name: ${{ github.actor }}
git-config-email: ${{ secrets.GIT_EMAIL }}
repository-name: Zhang-Yirui/Zhang-Yirui.github.io

- name: Deploy pages
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GH_PAT }}
branch: build
folder: blog/public
git-config-name: ${{ github.actor }}
git-config-email: ${{ secrets.GIT_EMAIL }}

# - name: SSH Server1 Deploy
# uses: kostya-ten/ssh-server-deploy@v4
Expand Down

0 comments on commit 6cb5e4e

Please sign in to comment.