build(actions): update gh-pages to ignore deleting CNAME
This commit is contained in:
5
.github/workflows/gh-pages.yaml
vendored
5
.github/workflows/gh-pages.yaml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: "contains(github.event.head_commit.message, '[release]')"
|
||||
# if: "contains(github.event.head_commit.message, '[release]')"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -32,4 +32,5 @@ jobs:
|
||||
REPO: self
|
||||
BRANCH: gh-pages
|
||||
FOLDER: release
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CLEAR_GLOBS_FILE: ".gh-pages-clear-rules"
|
||||
Reference in New Issue
Block a user