Skip to content

Commit f726f10

Browse files
committed
ci(web): update the content of announcement bar
1 parent baa206e commit f726f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/website_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
summary="${{ steps.inference.outputs.response }}"
7070
# 使用 printf 保证换行缩进和变量替换都准确
7171
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
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
7373
7474
- name: Copy CHANGELOG.md to docs/
7575
run: cp CHANGELOG.md docs/changelog.md

0 commit comments

Comments
 (0)