build(actions): update gh-pages and init update charwords
This commit is contained in:
7
.github/workflows/gh-pages.yaml
vendored
7
.github/workflows/gh-pages.yaml
vendored
@@ -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 }}
|
||||
Reference in New Issue
Block a user