From 8ca68a33b7eaa4dd2c276100f6008fb6eeedf2e1 Mon Sep 17 00:00:00 2001 From: Sumin Date: Tue, 27 Feb 2024 12:00:34 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B9=8C=EB=93=9C=20=EC=8A=A4?= =?UTF-8?q?=ED=85=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/admin-deploy.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/admin-deploy.yml b/.github/workflows/admin-deploy.yml index b3ba474..df58f0c 100644 --- a/.github/workflows/admin-deploy.yml +++ b/.github/workflows/admin-deploy.yml @@ -11,11 +11,23 @@ jobs: permissions: contents: read deployments: write + name: Publish to Cloudflare Pages steps: - name: Checkout uses: actions/checkout@v3 + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '16' + + - name: Install and Build + run: | + cd admin + npm install + npm run build + - name: Publish to Cloudflare Pages uses: cloudflare/pages-action@v1 with: