Skip to content

Commit 86e7a91

Browse files
committed
notes
1 parent ef4aebf commit 86e7a91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/mkdocs-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Deploy MkDocs
22
on:
33
push:
44
branches:
5-
- master # 设置触发部署的分支
5+
- main # 设置触发部署的分支
66
pull_request:
77
branches:
8-
- master
8+
- main
99

1010

1111
jobs:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This is wnc's notes
1+
This is wnc's notes.

0 commit comments

Comments
 (0)