Skip to content

chore(deps): update dependency @types/node to v20.12.11 (#151) #96

chore(deps): update dependency @types/node to v20.12.11 (#151)

chore(deps): update dependency @types/node to v20.12.11 (#151) #96

---
name: Build and deploy documentation πŸ“–
on:
push:
branches:
- main
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4
- name: Install and Build πŸ”§
run: |
yarn install --frozen-lockfile
yarn build
yarn generate-html-docs
ls -ltur html
- name: Deploy πŸš€
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: html
branch: gh-pages