We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e602f6 commit 2f20692Copy full SHA for 2f20692
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Create deployment info file
35
run: |
36
time=$(date '+%Y-%m-%d %H:%M:%S %Z')
37
- cat <<EOF > public/README.md
+ cat <<EOF >> public/README.md
38
39
## 自动部署集成日志
40
source/CNAME
source/README.md
@@ -6,4 +6,3 @@
6
## 使用Snippet 主题
7
> Theme by Snippet [主题下载](https://github.com/shenliyang/hexo-theme-snippet)
8
9
-## 自动部署集成日志
0 commit comments