Skip to content

Merge pull request #131 from GasterAlpha/main #111

Merge pull request #131 from GasterAlpha/main

Merge pull request #131 from GasterAlpha/main #111

Workflow file for this run

name: Push2update-Website
on:
push:
branches:
- main
paths-ignore:
- README.md
- LICENSE
- .github/*
- .gitattributes
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Build and Deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: BakaXL-Support/BakaXL-docs-deploy
TARGET_BRANCH: main
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: docs/.vuepress/dist/
COMMIT_MESSAGE: Auto Deploy Success
CNAME: help.bakaxl.com