Skip to content

break-words

break-words #12

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: out
clean: true
clean_exclude: .nojekyll