Skip to content

Add links to the code and running site for the CSTG Prebid.js example. #368

Add links to the code and running site for the CSTG Prebid.js example.

Add links to the code and running site for the CSTG Prebid.js example. #368

Workflow file for this run

name: Test Build
on:
pull_request:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build