diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4da534869..c4e478870 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: PUBLIC_URL: / DISABLE_ESLINT_PLUGIN: true - name: Publish Demo - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: demo # The branch the action should deploy to. folder: examples/demo/build # The folder the action should deploy. @@ -87,7 +87,7 @@ jobs: yarn docs yarn lerna run docs --scope @berviantoleo/react-multi-crop - name: Deploy Docs 🚀 - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.