We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d4860 commit fa090d3Copy full SHA for fa090d3
.github/workflows/mdbook.yml
@@ -38,9 +38,9 @@ jobs:
38
run: |
39
version=$(purs --version)
40
today=$(date -I)
41
- echo -e "\n## Release\n" >> README.md
42
- echo -e "PureScript v$version\n" >> README.md
43
- echo -e "Published on $today" >> README.md
+ echo -e "\n\n## リリース\n" >> ./text-ja/index.md
+ echo -e "PureScript v$version\n" >> ./text-ja/index.md
+ echo -e "公開日 $today" >> ./text-ja/index.md
44
45
- name: Setup Pages
46
id: pages
0 commit comments