Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

feat: added endpoint to regenerate all pages #2

feat: added endpoint to regenerate all pages

feat: added endpoint to regenerate all pages #2

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
cache: yarn
cache-dependency-path: './yarn.lock'
- run: yarn install
- run: yarn test