Skip to content

fix: add nfs storage docs #421

fix: add nfs storage docs

fix: add nfs storage docs #421

Workflow file for this run

name: Building and test for PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: yarn
- name: "Install dependencies"
shell: bash
run: |
yarn install --frozen-lockfile
- name: Build public site
shell: bash
run: |
echo $PWD
yarn build