Skip to content

test(components): fix failing tests #142

test(components): fix failing tests

test(components): fix failing tests #142

Workflow file for this run

name: Github Pages Site
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Build Docs Site 📦
run: |
corepack enable pnpm
pnpm install --frozen-lockfile
pnpm run --filter @boxslider/examples build
- name: Deploy GH Pages 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: packages/examples/dist