build(actions): update gh-pages and update-charwords

This commit is contained in:
Haoyu Xu
2023-06-25 03:12:58 -04:00
parent 048624a033
commit 9e4728abcc
3 changed files with 4 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ async function main() {
assert(OPERATOR_NAMES.length !== 0, 'Please set the operator name.')
fork(path.join(__projectRoot, 'vite.config.js'), [op, OPERATOR_NAMES])
return
case 'charword':
case 'charwords':
await charwordTable.process()
process.exit(0)
case 'music':