Skip to content

Hide embeds during VRT #61

Hide embeds during VRT

Hide embeds during VRT #61

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.17.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/[email protected]
env:
LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}