Skip to content

Feat: Required documentation files are ported from Phoenix repo to Docs repo #134

Feat: Required documentation files are ported from Phoenix repo to Docs repo

Feat: Required documentation files are ported from Phoenix repo to Docs repo #134

Workflow file for this run

name: Test docs build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
name: Test docs build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build