Skip to content

Add footer link to jobs #77

Add footer link to jobs

Add footer link to jobs #77

Workflow file for this run

name: Build and Deploy
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: jongwooo/next-cache@v1
- name: Install and Build
run: |
bun install --frozen-lockfile
bun run build
touch out/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: out