Skip to content

chore: remove funding #41

chore: remove funding

chore: remove funding #41

Workflow file for this run

name: Documentation
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.8.0
uses: actions/setup-node@v1
with:
node-version: 16.8.0
cache: npm
- name: Installing dependencies
run: npm ci
- name: Building site
run: npm run docs
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: docs