Skip to content

github workflow: update tested node.js versions #19

github workflow: update tested node.js versions

github workflow: update tested node.js versions #19

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
jobs:
build-and-deploy:
concurrency: docs-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
npm ci
npm run docs
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: docs
folder: docs