Skip to content

Create ubuntu-apps.html #20

Create ubuntu-apps.html

Create ubuntu-apps.html #20

Workflow file for this run

name: Bun CI
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun i
- run: bun run generate
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.output/public
publish_branch: gh-pages
cleanup: true