We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa206e commit f726f10Copy full SHA for f726f10
1 file changed
.github/workflows/website_deploy.yml
@@ -69,7 +69,7 @@ jobs:
69
summary="${{ steps.inference.outputs.response }}"
70
# 使用 printf 保证换行缩进和变量替换都准确
71
mkdir overrides
72
- printf '{%% extends "base.html" %%}\n\n{%% block announce %%}\n <strong>📢 %s!点击<a href="/plotfig/changelog">更新日志</a>了解更多。</strong>\n{%% endblock %%}\n' "$summary" > overrides/main.html
+ printf '{%% extends "base.html" %%}\n\n{%% block announce %%}\n <strong>📢 %s 查看<a href="/plotfig/changelog">更新日志</a>。</strong>\n{%% endblock %%}\n' "$summary" > overrides/main.html
73
74
- name: Copy CHANGELOG.md to docs/
75
run: cp CHANGELOG.md docs/changelog.md
0 commit comments