Skip to content

fix(pururin, modifier): remove sort consume & fix outdated elements #38

fix(pururin, modifier): remove sort consume & fix outdated elements

fix(pururin, modifier): remove sort consume & fix outdated elements #38

Workflow file for this run

name: Playground
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Installing dependencies
run: npm install
- name: Generating docs
run: npm run build:apidoc
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs