diff --git a/.github/workflows/experiments-deploy.yml b/.github/workflows/experiments-deploy.yml index 8c6f8e218..0566eeb0e 100644 --- a/.github/workflows/experiments-deploy.yml +++ b/.github/workflows/experiments-deploy.yml @@ -18,7 +18,7 @@ concurrency: cancel-in-progress: true jobs: - web-client-deploy-pages: + experiments-deploy-pages: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -41,7 +41,7 @@ jobs: uses: cloudflare/wrangler-action@2.0.0 with: apiToken: ${{ secrets.CLOUDFLARE_WORKERS_DEPLOY_API_TOKEN }} - workingDirectory: "packages/web-client/" + workingDirectory: "packages/experiments/" command: pages publish ".svelte-kit/cloudflare" --branch=${{ github.head_ref }} --project-name=hot-or-not-experiments --commit-dirty=true env: CLOUDFLARE_ACCOUNT_ID: "a209c523d2d9646cc56227dbe6ce3ede"