Skip to content

Commit 30f4105

Browse files
committed
learning AIO
1 parent 28244b0 commit 30f4105

File tree

4 files changed

+468
-4
lines changed

4 files changed

+468
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ jobs:
9090
cd blog/
9191
9292
git config user.name "github-actions[bot]"
93-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
93+
git config user.email "github-actions[bot]@users.noreply.github.com"
9494
9595
git add source/_posts/
9696
git commit -m "Sync posts from repo https://github.com/DavidingPlus/study-notes"
9797
git push -u origin master
9898
9999
# 触发 blog 的 CI
100-
# TODO 本来是通过 blog 的 _posts 分支进行中转的,但是 github 不允许连续两次触发 push 的 action,为了防止死循环,因此需要走手动 Trigger 的流程。现在直接一步到位,因此这一步骤注释。
100+
# 本来是通过 blog 的 _posts 分支进行中转的,但是 github 不允许连续两次触发 push 的 action,为了防止死循环,因此需要走手动 Trigger 的流程。现在直接一步到位,因此这一步骤注释。
101101
# - name: Trigger action in branch master
102102
# # 链接 https://github.com/convictional/trigger-workflow-and-wait
103103
# uses: convictional/[email protected]
86.6 KB
Loading
98.4 KB
Loading

0 commit comments

Comments
 (0)