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 da68e6b commit 9066a11Copy full SHA for 9066a11
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: Improve Document 📝
38
run: |
39
sed -i 's@xref:\([^\.]*\).adoc\[[^:]*\]@<<\1>>@g' docs/*.adoc
40
+ sed -i 's@{doc_base_url}/\([^\.]*\).adoc\[[^:]*\]@<<\1>>@g' company/*.adoc
41
sed -i 's@{counter:codes}@{counter:codes2503}@g' logbook/202503.adoc
42
# 处理 sed 不支持非贪婪模式
43
# https://stackoverflow.com/a/46719361
0 commit comments