We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b902a commit 5f48d33Copy full SHA for 5f48d33
.github/workflows/gh-pages.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Install fcitx5-rime.js
52
run: |
53
- wget -P /tmp https://github.com/rimeinn/fcitx5-rime.js/releases/download/0.1.1/fcitx5-rime.tgz
+ wget -P /tmp https://github.com/rimeinn/fcitx5-rime.js/releases/download/0.2.1/fcitx5-rime.tgz
54
tar xf /tmp/fcitx5-rime.tgz -C /tmp
55
mv /tmp/package/dist/* source/online
56
rm -f source/online/Fcitx5.d.ts
0 commit comments