Skip to content

[ADDED] T&P Website Documentation Added #46

[ADDED] T&P Website Documentation Added

[ADDED] T&P Website Documentation Added #46

Workflow file for this run

name: Build Documentation Site
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Test Build
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: npm
- name: Installation
run: npm install
- name: Build
run: npm run build