diff --git a/.gh-pages-clear-rules b/.gh-pages-clear-rules new file mode 100644 index 0000000..4368579 --- /dev/null +++ b/.gh-pages-clear-rules @@ -0,0 +1,3 @@ +**/* +!.git +!CNAME \ No newline at end of file diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 83b2fff..8913a88 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -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 }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + CLEAR_GLOBS_FILE: ".gh-pages-clear-rules" \ No newline at end of file