Skip to content

Commit

Permalink
debug 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Einstein-Newton-666 committed Aug 20, 2024
1 parent 1bbfeb1 commit 9874dbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ jobs:
echo "build blog successful"
- name: Deploy DoubleAm's Blog # 设置 git 信息并推送静态博客文件
run: |
git config --global user.name "Einstein-Newton-666"
git config --global user.email "[email protected]"
# git config --global user.name "Einstein-Newton-666"
# git config --global user.email "[email protected]"
hexo deploy
- run: echo "Deploy Successful!"



# name: Pages

# on:
Expand Down

0 comments on commit 9874dbc

Please sign in to comment.