Skip to content

Bump to 1.2.0. (#73) #64

Bump to 1.2.0. (#73)

Bump to 1.2.0. (#73) #64

name: Deploy to GitHub Pages
on:
push:
branches: [main]
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm ci
npm run build
- name: Build Page Script
run: |
npm i --prefix docs/
npm run buildDocs --prefix docs/
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/public # The folder the action should deploy.
clean-exclude: pr-preview/