Skip to content

bmw (#50)

bmw (#50) #62

Workflow file for this run

name: Passkeys Directory Website Deploy CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "website"
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
cache-dependency-path: "**/package-lock.json"
- name: Build
run: |
npm ci
npm run fetch-domains
npm run build
touch out/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: website/out