Skip to content

added the tmai aug,sept oct and nov blogs Mind benders club TCET #262

added the tmai aug,sept oct and nov blogs Mind benders club TCET

added the tmai aug,sept oct and nov blogs Mind benders club TCET #262

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