diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b57f7260..d5849065 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - main + - csb/deploy-redux permissions: contents: read @@ -62,4 +62,4 @@ jobs: path: "./build" - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4