Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

chore(deps-dev): Bump @babel/eslint-parser from 7.22.9 to 7.22.15 #1168

chore(deps-dev): Bump @babel/eslint-parser from 7.22.9 to 7.22.15

chore(deps-dev): Bump @babel/eslint-parser from 7.22.9 to 7.22.15 #1168

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 16
- name: Build docs
run: |
npm ci
npm run docs
- name: Deploy
uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/master'
with:
branch: gh-pages
folder: dist