Skip to content

0.7.1-element.1

0.7.1-element.1 #31

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-file: .node-version
- run: yarn install
- run: yarn docs
- name: Build and deploy docs
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: .jsdoc/@vector-im/matrix-bot-sdk/develop