Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Nov 2, 2023
1 parent 9d0e2d8 commit 3d31e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/experiments-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -41,7 +41,7 @@ jobs:
uses: cloudflare/[email protected]
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"

0 comments on commit 3d31e6f

Please sign in to comment.