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

refactor: getDependenciesOfCollection broken into methods #9

refactor: getDependenciesOfCollection broken into methods

refactor: getDependenciesOfCollection broken into methods #9

Workflow file for this run

name: Test deployment
on: [pull_request]
jobs:
test-deploy:
name: Test Docs Deployment
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./website
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: yarn
cache-dependency-path: './website/yarn.lock'
- name: Install dependencies
run: yarn install
- name: Test build website
run: npm run build