Skip to content

πŸ’„ Update navbar styling for fluidity #27

πŸ’„ Update navbar styling for fluidity

πŸ’„ Update navbar styling for fluidity #27

Workflow file for this run

on:
push:
branches:
- master
jobs:
build-and-deploy:
name: Build and Deploy
environment: Cloudflare Pages
permissions:
contents: write
deployments: write
pages: write
runs-on: ubuntu-latest
steps:
- name: βš™οΈ Checkout
uses: actions/checkout@v4
- name: πŸ₯– Install Bun
uses: oven-sh/setup-bun@v1
- name: ⬇️ Install dependencies
run: bun install
- name: βœ”οΈ Run Lint
run: bun run lint
- name: πŸ—οΈ Build Website
run: bun run build
- name: πŸš€ Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .output/public
cname: attoleap.com