Skip to content

sliders now text typable. #28

sliders now text typable.

sliders now text typable. #28

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build
- uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist
github-token: ${{ secrets.GITHUB_TOKEN }}