Skip to content

feat: api server settings (#182) #71

feat: api server settings (#182)

feat: api server settings (#182) #71

name: Github Pages Publish
description: Publish preview to Github Pages
on:
push:
branches:
- main
- release/**
env:
IS_GH_PAGES: gh-pages
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build and Export
uses: aleph-im/aleph-github-actions/build-nextjs-app@v1
with:
fa-token: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
node-version: 25.1.0
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: out