Skip to content

Remove many PV mentions #401

Remove many PV mentions

Remove many PV mentions #401

Workflow file for this run

name: Subsocial Docs built successfully
on:
pull_request:
branches: [ main ]
jobs:
deploy-docs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install Yarn dependencies
run: yarn install
- name: Build Docusaurus
run: yarn build