Skip to content

tmai Aug,Sept,Oct and Nov month blogs #259

tmai Aug,Sept,Oct and Nov month blogs

tmai Aug,Sept,Oct and Nov month blogs #259

Workflow file for this run

name: Build Documentation Site
on:
pull_request:
branches:
- main
- staging
- blogs
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Test Build
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- 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