Skip to content

Bump eslint-plugin-cypress from 2.15.2 to 3.5.0 #219

Bump eslint-plugin-cypress from 2.15.2 to 3.5.0

Bump eslint-plugin-cypress from 2.15.2 to 3.5.0 #219

Workflow file for this run

name: Documentation
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm install
- name: Deploy documentation
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bash generateDocs.sh