Skip to content

feat: add example selection; remove rest of tailwind #9

feat: add example selection; remove rest of tailwind

feat: add example selection; remove rest of tailwind #9

Workflow file for this run

# .github/workflows/deploy.yml
name: Deploy main branch
on:
push:
branches:
- main
jobs:
deploy-preview:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- run: |
npm install
npm run build -- --base="/${{ github.event.repository.name }}/"
cp ./dist/index.html ./dist/404.html
touch ./dist/.nojekyll
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./dist/
branch: gh-pages
clean-exclude: pr-preview