Skip to content

add sabine/hsluv-ocaml to implementations #28

add sabine/hsluv-ocaml to implementations

add sabine/hsluv-ocaml to implementations #28

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6 # v4.4.1
# Only run when pushing to main branch
if: github.event_name != 'pull_request'
with:
folder: dist