Skip to content

Bump cypress from 13.6.3 to 13.8.0 (#722) #200

Bump cypress from 13.6.3 to 13.8.0 (#722)

Bump cypress from 13.6.3 to 13.8.0 (#722) #200

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