From c71d10e25ede0768c406f544b0729ce98ff0fb03 Mon Sep 17 00:00:00 2001 From: Lance Ewing Date: Thu, 7 Mar 2024 16:51:22 +0000 Subject: [PATCH] Changed how the directory is passed to wrangler-action --- .github/workflows/gradle.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 86d420c..957d2fb 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -45,8 +45,7 @@ jobs: with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - workingDirectory: 'html/build/dist' - command: pages deploy --project-name='agile-gdx' + command: pages deploy html/build/dist --project-name='agile-gdx' #uses: cloudflare/pages-action@1 #with: # apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}