Skip to content

feat: add build-dataset script to get favicon #109

feat: add build-dataset script to get favicon

feat: add build-dataset script to get favicon #109

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: check & build new logos
run: pnpm build:logos
- name: Build Project
env:
VITE_API_HOST: ${{ secrets.VITE_API_HOST }}
run: pnpm build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist