Skip to content

build(deps): bump follow-redirects from 1.15.1 to 1.15.5 #202

build(deps): bump follow-redirects from 1.15.1 to 1.15.5

build(deps): bump follow-redirects from 1.15.1 to 1.15.5 #202

Workflow file for this run

name: GitHub Pages
on:
push:
branches: [ master ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: npx wsrun -mpc build
- name: GitHub Pages
uses: crazy-max/[email protected]
with:
build_dir: dist
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}