Skip to content

chore(deps): bump cycjimmy/semantic-release-action from 5.0.0 to 5.0.2 #23

chore(deps): bump cycjimmy/semantic-release-action from 5.0.0 to 5.0.2

chore(deps): bump cycjimmy/semantic-release-action from 5.0.0 to 5.0.2 #23

Workflow file for this run

name: Test Github Pages for PR
on:
pull_request:
permissions:
contents: read
jobs:
website:
permissions:
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js 18
uses: actions/setup-node@v5
with:
node-version: 18.x
- name: Install Dependencies
run: yarn --cwd=website install --frozen-lockfile
- name: Build the Website
run: yarn --cwd=website run build