diff --git a/.github/workflows/deply.yml b/.github/workflows/deply.yml index 8ded415..6b8bb97 100644 --- a/.github/workflows/deply.yml +++ b/.github/workflows/deply.yml @@ -53,6 +53,6 @@ jobs: # By default this will be the branch which triggered this workflow branch: main # Optional: Change the working directory - workingDirectory: my-site + workingDirectory: . # Optional: Change the Wrangler version, allows you to point to a specific version or a tag such as `beta` wranglerVersion: '3' \ No newline at end of file