Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Update README.md (#88) #39

Update README.md (#88)

Update README.md (#88) #39

name: Build embedded docsite
env:
NODE_VERSION: 20
on:
push:
branches: [main]
jobs:
build-embedded:
name: Build embedded site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}
- name: Install yarn
run: |
corepack enable
yarn install
- name: Build embedded site
run: yarn build-embedded
- name: Upload embedded site artifact
uses: actions/upload-artifact@v4
with:
name: static-site
path: build