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

This commit is contained in:
Haoyu Xu
2023-06-25 03:08:24 -04:00
parent 27ef1c1792
commit 048624a033
2 changed files with 40 additions and 1 deletions

View File

@@ -9,6 +9,11 @@ jobs:
runs-on: ubuntu-latest
# if: contains(github.event.head_commit.message, 'release')
permissions:
contents: write
strategy:
matrix:
node-version: [20.x]
@@ -29,4 +34,4 @@ jobs:
REPO: self
BRANCH: gh-pages
FOLDER: release
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}