Skip to content

chore(deps-dev): bump @types/node from 20.3.0 to 20.3.1 (#951) #181

chore(deps-dev): bump @types/node from 20.3.0 to 20.3.1 (#951)

chore(deps-dev): bump @types/node from 20.3.0 to 20.3.1 (#951) #181

Workflow file for this run

name: 'Documentation'
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Get Yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Build documentation
run: yarn docs
- name: Deploy Documentation
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs