Skip to content

chore(deps): Bump fast-uri from 3.1.5 to 3.1.7 in /docs in the npm_and_yarn group across 1 directory #129

chore(deps): Bump fast-uri from 3.1.5 to 3.1.7 in /docs in the npm_and_yarn group across 1 directory

chore(deps): Bump fast-uri from 3.1.5 to 3.1.7 in /docs in the npm_and_yarn group across 1 directory #129

Workflow file for this run

name: 'Documentation Build Test'
on:
pull_request:
paths:
- docs/**
permissions:
contents: read
jobs:
build:
permissions:
contents: read
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Use Node.js LTS
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 'lts/*'
cache: 'npm'
cache-dependency-path: docs/package.json
- name: Install Dependencies
run: |
cd docs
npm ci
- name: build
run: |
cd docs
npm run build