Skip to content

build(deps): bump follow-redirects from 1.14.3 to 1.15.6 #390

build(deps): bump follow-redirects from 1.14.3 to 1.15.6

build(deps): bump follow-redirects from 1.14.3 to 1.15.6 #390

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: AnsonZnl/AnsonZnl.github.io
TARGET_BRANCH: master
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: docs/.vuepress/dist/