Skip to content

fix: threshold-pixel param default overrides threshold-rate (#147) #81

fix: threshold-pixel param default overrides threshold-rate (#147)

fix: threshold-pixel param default overrides threshold-rate (#147) #81

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- run: pnpm package
- name: deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: v2
FOLDER: dist
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}