Skip to content

feat: add footer links in sidebar #367

feat: add footer links in sidebar

feat: add footer links in sidebar #367

Workflow file for this run

name: Build Check
description: Check build without exporting
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build check
uses: aleph-im/aleph-github-actions/build-nextjs-app@v1
with:
fa-token: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
export: false
node-version: 25.1.0