Skip to content

feat: added not:equals analyser #41

feat: added not:equals analyser

feat: added not:equals analyser #41

Workflow file for this run

name: Publish docs
on:
push:
branches: [ 1.x ]
paths:
- 'docs/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@main
- name: Build the docs
run: |
cd docs
npm install
npm run build
- name: Publish to Quant
uses: quantcdn/deploy-action@v5.0.0
with:
customer: salsa-digital
project: shipshape
token: ${{ secrets.QUANT_TOKEN }}
dir: docs/src/.vuepress/dist
skip-unpublish-regex: '^/main.*'