Skip to content

Add self-hosted analytics sitte #20

Add self-hosted analytics sitte

Add self-hosted analytics sitte #20

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: actions/setup-node@v4
with:
node-version: 20
- uses: jongwooo/next-cache@v1
- name: Install and Build
run: |
npm ci
npm run build
touch out/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: out