Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Merge pull request #36 from Lapis0875/dependabot/npm_and_yarn/qs-6.5.3 #30

Merge pull request #36 from Lapis0875/dependabot/npm_and_yarn/qs-6.5.3

Merge pull request #36 from Lapis0875/dependabot/npm_and_yarn/qs-6.5.3 #30

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@main
- name: Vuepress deploy
uses: jenkey2011/vuepress-deploy@1.0.1
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BUILD_SCRIPT: yarn && yarn build
TARGET_BRANCH: github-pages
BUILD_DIR: build/