Skip to content

Commit 86cc9c4

Browse files
authored
Merge pull request #3 from daaa1k/fix-broken-link-ja
2 parents fa393e5 + ae95bbb commit 86cc9c4

File tree

7 files changed

+13
-14
lines changed

7 files changed

+13
-14
lines changed

.github/workflows/mdbook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Setup mdBook
16-
uses: peaceiris/actions-mdbook@v1
16+
uses: peaceiris/actions-mdbook@v2
1717
with:
1818
mdbook-version: 'latest'
1919

@@ -31,7 +31,7 @@ jobs:
3131
- run: mdbook build
3232

3333
- name: Deploy
34-
uses: peaceiris/actions-gh-pages@v3
34+
uses: peaceiris/actions-gh-pages@v4
3535
if: github.ref == 'refs/heads/ja'
3636
# if: github.ref == 'refs/heads/master'
3737
with:

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Set up PureScript toolchain
1616
uses: purescript-contrib/setup-purescript@main
1717

1818
- name: Cache PureScript dependencies
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
2222
path: |
2323
exercises/*/.spago
2424
exercises/*/output
2525
2626
- name: Set up Node toolchain
27-
uses: actions/setup-node@v1
27+
uses: actions/setup-node@v4
2828
with:
29-
node-version: "14.x"
29+
node-version: "24.x"
3030

3131
- name: Cache NPM dependencies
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
env:
3434
cache-name: cache-node-modules
3535
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains a [community fork](https://github.com/purescript-contri
44

55
If you enjoyed the book or found it useful, please consider buying a copy of [the original on Leanpub](https://leanpub.com/purescript).
66

7-
Translations: [日本語 (Japanese)](https://gemmaro.github.io/purescript-book/)
7+
Translations: [日本語 (Japanese)](https://purs-jp.github.io/purescript-book/)
88

99
## Status
1010

book.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[book]
22
authors = ["Phil Freeman"]
33
language = "ja"
4-
multilingual = false
54
src = "text-ja"
65
title = "実例によるPureScript"
76

text-ja/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PureScriptのエコシステムの最新の機能を紹介すべく書き直さ
88

99
本書をお楽しみいただき、お役立ちいただけましたら、[Leanpubの原書](https://leanpub.com/purescript)の購入をご検討ください。
1010

11-
翻訳:[日本語(本訳)](https://gemmaro.github.io/purescript-book/)
11+
翻訳:[日本語(本訳)](https://purs-jp.github.io/purescript-book/)
1212

1313
## 現状
1414

translation/po/all.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ msgstr ""
142142
#. type: Plain text
143143
#: ../README.md:8
144144
#, markdown-text
145-
msgid "Translations: [日本語 (Japanese)](https://gemmaro.github.io/purescript-book/)"
145+
msgid "Translations: [日本語 (Japanese)](https://purs-jp.github.io/purescript-book/)"
146146
msgstr ""
147147

148148
#. type: Title ##

translation/po/ja.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ msgstr ""
142142
#. type: Plain text
143143
#: ../README.md:8
144144
msgid ""
145-
"Translations: [日本語 (Japanese)](https://gemmaro.github.io/purescript-book/)"
146-
msgstr "翻訳:[日本語(本訳)](https://gemmaro.github.io/purescript-book/)"
145+
"Translations: [日本語 (Japanese)](https://purs-jp.github.io/purescript-book/)"
146+
msgstr "翻訳:[日本語(本訳)](https://purs-jp.github.io/purescript-book/)"
147147

148148
#. type: Title ##
149149
#: ../README.md:9

0 commit comments

Comments
 (0)