Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

chore: Bump eslint from 8.57.0 to 9.8.0 in /cdkworkshop.com #1594

chore: Bump eslint from 8.57.0 to 9.8.0 in /cdkworkshop.com

chore: Bump eslint from 8.57.0 to 9.8.0 in /cdkworkshop.com #1594

name: Build workshop site
on: [pull_request]
jobs:
build:
name: Build using Hugo
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.105.0'
extended: true
- name: Install NPM dependencies
working-directory: ./cdkworkshop.com
run: npm install --frozen-lockfile
- name: Build site
working-directory: ./cdkworkshop.com
run: npm run build