Skip to content

[Bug]: https://github.com/aws-samples/eks-workshop-v2/tree/stable/man… #760

[Bug]: https://github.com/aws-samples/eks-workshop-v2/tree/stable/man…

[Bug]: https://github.com/aws-samples/eks-workshop-v2/tree/stable/man… #760

Workflow file for this run

name: Website build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- uses: azure/setup-kubectl@v3
with:
version: 'v1.23.9'
id: install
- name: Run website build
working-directory: website
run: |
npm install
npm run build