Skip to content

[Docs] Generated documentation for Integration #2

[Docs] Generated documentation for Integration

[Docs] Generated documentation for Integration #2

name: Build and Deploy Site
on:
push:
branches: [ master ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
branch: site # The branch the action should deploy to.
folder: public # The folder the action should deploy.
clean: true