Skip to content

Bump follow-redirects from 1.15.1 to 1.15.4 in /docs #178

Bump follow-redirects from 1.15.1 to 1.15.4 in /docs

Bump follow-redirects from 1.15.1 to 1.15.4 in /docs #178

Workflow file for this run

name: Test deploy to GitHub Pages
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test deploy to GitHub Pages
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
cache-dependency-path: docs/yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: docs
- name: Test build website
run: yarn build
working-directory: docs