Skip to content

build(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 (#499) #193

build(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 (#499)

build(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 (#499) #193

Workflow file for this run

name: Build and deploy docs
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install and Build
run: |
npm install
npm run build:docs
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages
folder: public