Skip to content

Rename website->docs #57

Rename website->docs

Rename website->docs #57

Workflow file for this run

name: b3bp CI
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@master
with:
node-version: 18.x
- name: Install
run: |
corepack yarn
- name: Test
run: |
corepack yarn test
- name: Website Build
if: github.ref == 'refs/heads/main'
run: |
cp README.md website/