<!-- Please check the Q&A before posting an issue: https://github.com/JamesIves/github-pages-deploy-action/discussions?discussions_q=category%3AQ%26A --> ## Describe the bug <!-- Please provide a clear and concise description of what the bug is. --> ## Reproduction Steps <!-- Steps to reproduce the behavior. --> ## Logs <!-- Please provide your deployment logs. If the error message isn't revealing the problem please set ACTIONS_STEP_DEBUG to true in your repository's secrets menu and run the workflow again. --> ## Workflow <!-- Please provide a link or snippet of your workflow yml file. --> ## Additional Comments <!--Add any other context about the problem here. --> <img width="1429" alt="ζͺε±2024-03-31 δΈε4 48 09" src="https://github.com/JamesIves/github-pages-deploy-action/assets/38515714/02f36520-ad11-4119-b195-1c4b3ba97cfe"> `name: Build and Deploy on: push: branches: - main jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Checkout ποΈ uses: actions/checkout@v4 - name: Install and Build run: | npm install npm run-script build - name: Deploy π uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages folder: build clean: true`