diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index 79c1723..0535339 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -10,7 +10,7 @@ on: # Environment variables available to all jobs and steps in this workflow env: APP_LOCATION: "./" # location of your client code - APP_ARTIFACT_LOCATION: "./" # location of client code build output + APP_ARTIFACT_LOCATION: "src" # location of client code build output CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} PROJECT_NAME: eoefans-challenge