Skip to content

refact(kt-value-label): make loading align with KtField's loading style #607

refact(kt-value-label): make loading align with KtField's loading style

refact(kt-value-label): make loading align with KtField's loading style #607

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/cache@v4
with:
path: |
**/node_modules
key: ${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn install --frozen-lockfile
- name: Build @3yourmind/documentation
run: yarn run turbo run --filter=@3yourmind/documentation build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: packages/documentation/dist