Skip to content

Commit

Permalink
disable speech; tag 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 7, 2022
1 parent 13779f0 commit 8fc08d9
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 450 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: add cr
run: |
mkdir -p $GITHUB_WORKSPACE/bin
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.0/cr
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.3/cr
chmod +x $GITHUB_WORKSPACE/bin/cr
echo "::add-path::$GITHUB_WORKSPACE/bin"
Expand Down
11 changes: 2 additions & 9 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |docs-workflow)
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.13)
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.14)
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
:entries $ {}
:files $ {}
Expand Down Expand Up @@ -120,7 +120,7 @@
{} $ :class-name css-doc-page
div $ {} (:class-name css-markdown)
:innerHTML $ .!render md (:content target)
a $ {} (:inner-text "\"Speech")
; a $ {} (:inner-text "\"Speech")
:class-name $ str-spaced css/link css-speech-button
:on-click $ fn (e d1)
do
Expand Down Expand Up @@ -325,7 +325,6 @@
respo-alerts.core :refer $ use-modal
respo.css :refer $ defstyle
respo-ui.css :as css
"\"@memkits/azure-speech-util" :refer $ speechOne nativeSpeechOne
respo.comp.global-keydown :refer $ comp-global-keydown
|docs-workflow.config $ {}
:defs $ {}
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"version": "0.0.13",
"version": "0.0.14",
"name": "@calcit/docs-workflow",
"dependencies": {
"@calcit/procs": "^0.6.0",
"@memkits/azure-speech-util": "^0.0.5"
"@calcit/procs": "^0.6.3"
},
"devDependencies": {
"bottom-tip": "^0.1.3",
"cirru-color": "^0.2.3",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.6.0",
"remarkable": "^2.0.1",
"vite": "^3.0.2"
"vite": "^3.0.4"
}
}
Loading

0 comments on commit 8fc08d9

Please sign in to comment.