Skip to content

feat: support components #6

feat: support components

feat: support components #6

Workflow file for this run

name: Main
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: '16'
# - uses: pnpm/[email protected]
# with:
# version: 6.0.2
- name: Run a multi-line script
run: |
npm install
npm run build
- name: Deploy
if: success()
uses: crazy-max/[email protected]
with:
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}