Skip to content

Bump sanitize-html from 2.11.0 to 2.12.1 (#358) #121

Bump sanitize-html from 2.11.0 to 2.12.1 (#358)

Bump sanitize-html from 2.11.0 to 2.12.1 (#358) #121

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn install
- run: yarn docs
- name: Build and deploy docs
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: .jsdoc/matrix-bot-sdk/develop