Skip to content

Bump follow-redirects from 1.14.8 to 1.15.6 #36

Bump follow-redirects from 1.14.8 to 1.15.6

Bump follow-redirects from 1.14.8 to 1.15.6 #36

Workflow file for this run

name: Deploy to GitHub pages
on:
push:
branches-ignore: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate static files
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn install
- run: yarn run docs:build