Skip to content

support default rule in target #42

support default rule in target

support default rule in target #42

Workflow file for this run

name: Deploy
on:
push:
branches:
- main # Set a branch to deploy
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npm run build
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./dist