Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Bump decode-uri-component from 0.2.0 to 0.2.2 #28

Bump decode-uri-component from 0.2.0 to 0.2.2

Bump decode-uri-component from 0.2.0 to 0.2.2 #28

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Build Vuepress (nonworking, dead)
on:
# push:
# branches: [ docs-master ]
pull_request:
branches: [ docs-master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Deploy
uses: grasilife/github-pages-deploy-action@v1.2
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BASE_BRANCH: docs-master # The branch the action should deploy from.
BRANCH: master # The branch the action should deploy to.
FOLDER: build # The folder the action should deploy.
BUILD_SCRIPT: yarn && yarn docs:build # The build script the action should run prior to deploying.