Skip to content

Commit 8fc08d9

Browse files
committed
disable speech; tag 0.0.14
1 parent 13779f0 commit 8fc08d9

File tree

5 files changed

+152
-450
lines changed

5 files changed

+152
-450
lines changed

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: add cr
3232
run: |
3333
mkdir -p $GITHUB_WORKSPACE/bin
34-
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.0/cr
34+
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.3/cr
3535
chmod +x $GITHUB_WORKSPACE/bin/cr
3636
echo "::add-path::$GITHUB_WORKSPACE/bin"
3737

calcit.cirru

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{} (:package |docs-workflow)
3-
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.13)
3+
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.14)
44
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
55
:entries $ {}
66
:files $ {}
@@ -120,7 +120,7 @@
120120
{} $ :class-name css-doc-page
121121
div $ {} (:class-name css-markdown)
122122
:innerHTML $ .!render md (:content target)
123-
a $ {} (:inner-text "\"Speech")
123+
; a $ {} (:inner-text "\"Speech")
124124
:class-name $ str-spaced css/link css-speech-button
125125
:on-click $ fn (e d1)
126126
do
@@ -325,7 +325,6 @@
325325
respo-alerts.core :refer $ use-modal
326326
respo.css :refer $ defstyle
327327
respo-ui.css :as css
328-
"\"@memkits/azure-speech-util" :refer $ speechOne nativeSpeechOne
329328
respo.comp.global-keydown :refer $ comp-global-keydown
330329
|docs-workflow.config $ {}
331330
:defs $ {}

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2-
"version": "0.0.13",
2+
"version": "0.0.14",
33
"name": "@calcit/docs-workflow",
44
"dependencies": {
5-
"@calcit/procs": "^0.6.0",
6-
"@memkits/azure-speech-util": "^0.0.5"
5+
"@calcit/procs": "^0.6.3"
76
},
87
"devDependencies": {
98
"bottom-tip": "^0.1.3",
109
"cirru-color": "^0.2.3",
1110
"github-markdown-css": "^5.1.0",
1211
"highlight.js": "^11.6.0",
1312
"remarkable": "^2.0.1",
14-
"vite": "^3.0.2"
13+
"vite": "^3.0.4"
1514
}
1615
}

0 commit comments

Comments
 (0)