We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3278b commit c7972c3Copy full SHA for c7972c3
1 file changed
.github/workflows/website_deploy.yml
@@ -68,7 +68,7 @@ jobs:
68
run: |
69
summary="${{ steps.inference.outputs.response }}"
70
# 使用 printf 保证换行缩进和变量替换都准确
71
- mkdir overrides
+ mkdir -p 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
73
74
- name: Copy CHANGELOG.md to docs/
0 commit comments