diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index db7e855..b7d429a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: push: branches: - - main + - master jobs: deploy: @@ -27,3 +27,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: . + force_orphan: true \ No newline at end of file