Skip to content

Update favicon

Update favicon #38

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Lost Pixel
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.12.0
- name: Install dependencies
run: npm install
- name: Build app
run: npm run build
- name: Start server (in background)
run: npm run serve &
- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.16.0
env:
LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}