diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d70200bef..4979f98de 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -30,8 +30,6 @@ jobs: user_name: "github-actions[bot]" user_email: "github-actions[bot]@users.noreply.github.com" - name: Deploy - run: yarn gh-pages --dist ${source-directory} --dest ${dest-directory} + run: yarn gh-pages --dist "./build" --dest "${GITHUB_REF##*/}/ui" env: github_token: ${{ secrets.GITHUB_TOKEN }} - source-directory: ./build - dest-directory: ${GITHUB_REF##*/}/ui