Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
更新工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyuanpei committed Sep 18, 2021
1 parent 2c6cb71 commit 3c20768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Expand Up @@ -92,7 +92,7 @@ jobs:
git config user.email "qinyuanpei@163.com"
git remote add origin https://$GH_REPO
git add .
git commit -m "Build v1.0.$GITHUB_RUN_NUMBER"
git commit -m "${{ github.event.head_commit.message }}"
git push --force --quiet "https://${{ secrets.CI_TOKEN }}@$GH_REPO" master:master
- name: Download Artifacts for blog.yuanpei.me
Expand All @@ -110,7 +110,7 @@ jobs:
git config user.email "qinyuanpei@163.com"
git remote add origin https://$GH_REPO
git add .
git commit -m "Build v1.0.$GITHUB_RUN_NUMBER"
git commit -m "${{ github.event.head_commit.message }}"
git push --force --quiet "https://${{ secrets.CI_TOKEN }}@$GH_REPO" master:master
- name: Generate README.md for github.com
Expand Down

0 comments on commit 3c20768

Please sign in to comment.