Skip to content

Bump eslint-plugin-cypress from 3.5.0 to 3.6.0 (#798) #255

Bump eslint-plugin-cypress from 3.5.0 to 3.6.0 (#798)

Bump eslint-plugin-cypress from 3.5.0 to 3.6.0 (#798) #255

Workflow file for this run

name: cd
on:
push:
branches:
- main
workflow_dispatch:
jobs:
cd:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node env
uses: actions/[email protected]
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Generate
run: yarn generate
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist