Skip to content

Commit 137480d

Browse files
committed
src: delete the README
1 parent 3d748d3 commit 137480d

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Hugo to Public Branch
22

33
on:
44
push:
5-
branches: [ "master" ] # 监听main分支的推送
5+
branches: [ "master" ] # 监听master分支的推送
66

77
jobs:
88
deploy:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@v2
1919
with:
20-
hugo-version: "0.143.1" # 指定Hugo版本
20+
hugo-version: "0.146.7" # 指定Hugo版本
2121
extended: true # 若主题依赖扩展版则需启用
2222

2323
- name: Build Static Site

README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

themes/ksimple

0 commit comments

Comments
 (0)