diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f965558..a9dc8ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,10 +22,10 @@ jobs: npm install npm run build - - name: Deploy to github pages 🚀 - uses: JamesIves/github-pages-deploy-action@3.6.2 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: build # The branch the action should deploy to. - FOLDER: dist/ # The folder the action should deploy. - CLEAN: true # Automatically remove deleted files from the deploy branch + - name: Deploy 🚀 + uses: JamesIves/github-pages-deploy-action@3.6.2 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + BRANCH: build # The branch the action should deploy to. + FOLDER: dist/ # The folder the action should deploy. + CLEAN: false # Automatically remove deleted files from the deploy branch