Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 in /website-v2 #137

Bump follow-redirects from 1.15.4 to 1.15.6 in /website-v2

Bump follow-redirects from 1.15.4 to 1.15.6 in /website-v2 #137

Workflow file for this run

name: validate-pr
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '18.16.1'
- name: Build documentation
run: |
cd website-v2
npm install
npm run build