Skip to content

Commit

Permalink
Update hexo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpangzhi authored Jul 26, 2023
1 parent b44260a commit 1ad179d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hexo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install and Deploy
run: |
npm install hexo-cli -g
npm install
npm install --ignore-scripts
hexo generate
hexo d
- name: Deploy github
Expand All @@ -37,4 +37,4 @@ jobs:
git config user.email "[email protected]"
git add .
git commit -m "GitHub Actions 自动部署"
git push --force --quiet "https://${{secrets.CI_TOKEN}}@${{env.GH_REF}}" master:master
git push --force --quiet "https://${{secrets.CI_TOKEN}}@${{env.GH_REF}}" master:master

0 comments on commit 1ad179d

Please sign in to comment.