diff --git a/.github/.clear-target-files b/.github/.clear-target-files new file mode 100644 index 00000000..d4861d6c --- /dev/null +++ b/.github/.clear-target-files @@ -0,0 +1,2 @@ +**/* +!CNAME \ No newline at end of file diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 860658a4..560e2c59 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,4 +22,5 @@ jobs: REPO: self BRANCH: gh-pages FOLDER: docs + CLEAR_GLOBS_FILE: '.github/.clear-target-files' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}