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

@@ -28,6 +28,8 @@ jobs:
run: npm i
- name: Build all
run: npm run build-all
- name: Build directory
run: npm run vite:directory:build
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:

View File

@@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * *'
jobs:
build: