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 ba2b998 commit 1372201Copy full SHA for 1372201
.github/workflows/gh-pages.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Install fcitx5-rime.js
54
run: |
55
- wget -P /tmp https://github.com/rimeinn/fcitx5-rime.js/releases/download/0.2.3/fcitx5-rime.tgz
+ wget -P /tmp https://github.com/rimeinn/fcitx5-rime.js/releases/download/0.3.1/fcitx5-rime.tgz
56
tar xf /tmp/fcitx5-rime.tgz -C /tmp
57
mv /tmp/package/dist/* source/online
58
rm -f source/online/Fcitx5.d.ts
0 commit comments