Skip to content

chore(deps): upgrade list of models and DLC images #236

chore(deps): upgrade list of models and DLC images

chore(deps): upgrade list of models and DLC images #236

# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
name: TestDeployment
on:
pull_request:
branches:
- main
jobs:
test_deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: "0"
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: "18"
cache: yarn
- run: cd website; yarn install --frozen-lockfile
- name: Test build website
run: cd website; pwd; npx docusaurus build