diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb5df4a..0cabbf2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + persist-credentials: false - name: Install Node.js uses: actions/setup-node@v4 @@ -33,4 +35,7 @@ jobs: with: folder: dist branch: gh-pages - clean: true \ No newline at end of file + clean: true + clean-exclude: | + .nojekyll + force: true \ No newline at end of file