From c24cca0fb3e419fa3b7ed63af92de5e8f7a6d5bb Mon Sep 17 00:00:00 2001 From: kazami139 Date: Mon, 27 Feb 2023 18:55:46 +0000 Subject: [PATCH] fix: put all html to a folder --- .github/workflows/cloudflare-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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