From b809312f4a751ede5bd8e288fd56a152f5323260 Mon Sep 17 00:00:00 2001 From: Sumin Date: Tue, 27 Feb 2024 11:03:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20pages=20=EC=9D=B4=EB=A6=84=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/admin-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/admin-deploy.yml b/.github/workflows/admin-deploy.yml index e3e2442..322f705 100644 --- a/.github/workflows/admin-deploy.yml +++ b/.github/workflows/admin-deploy.yml @@ -17,11 +17,11 @@ jobs: uses: actions/checkout@v3 - name: Publish to Cloudflare Pages - uses: cloudflare/pages-action@v1 + uses: cloudflare/pages-action@v1.5 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}} - projectName: inu-home-admin + projectName: appcenter-admin directory: admin/dist gitHubToken: ${{ secrets.GITHUB_TOKEN }} branch: deploy/admin