diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 15a1a49..320e526 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -25,6 +25,11 @@ jobs: npm ci --prefix processing node processing + - name: Move to branch + if: github.ref != 'refs/heads/develop' + run: | + mv public public/${{ github.head_ref || github.ref_name }} + - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 with: