Skip to content

simplify no-account, add PR preview workflow #2

simplify no-account, add PR preview workflow

simplify no-account, add PR preview workflow #2

name: Deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm run build
- uses: shipstatic/action@v1
with:
path: ./dist