Skip to content

fix: improve icons with fontawesome in widgets (#74) #28

fix: improve icons with fontawesome in widgets (#74)

fix: improve icons with fontawesome in widgets (#74) #28

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