Skip to content

Commit

Permalink
chore: 빌드 스텝 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
milk717 committed Feb 27, 2024
1 parent 6b5b96f commit 8ca68a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/admin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8ca68a3

Please sign in to comment.