Skip to content

Commit

Permalink
Merge branch 'browser_tts'
Browse files Browse the repository at this point in the history
  • Loading branch information
marzent committed Jan 1, 2024
2 parents 6b9bc2e + e86ae85 commit 09ad3f1
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 66 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Update gh-pages

on:
push:
branches: [ main ]
branches: [ browser_tts, main ]

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

concurrency:
group: ${{ github.workflow }}
Expand Down
114 changes: 92 additions & 22 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,11 @@
"dexie": "^3.0.3",
"dexie-export-import": "^1.0.0",
"eventemitter3": "^4.0.7",
"google-tts-api": "^2.0.2",
"inquirer": "^8.1.1",
"inquirer-fuzzy-path": "^2.3.0",
"lodash": "^4.14.170"
"lodash": "^4.14.170",
"url": "^0.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 09ad3f1

Please sign in to comment.