Skip to content

chore: deselect button and build-time search index #18

chore: deselect button and build-time search index

chore: deselect button and build-time search index #18

Workflow file for this run

name: Deploy to GitHub Pages
permissions:
contents: read
pages: write
on:
push:
branches:
- main
jobs:
build-and-deploy:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "18"
- name: Install and Build
run: |
npm install
npm run build-diagrams
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: dist
clean-exclude: |
pr-preview/
CNAME