deploy-test

This commit is contained in:
FairyEver
2019-12-14 23:42:00 +08:00
parent 02540e3dd0
commit 5baf6f68a4
6 changed files with 1 additions and 136 deletions

View File

@@ -1,21 +0,0 @@
name: Deploy Github
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
BUILD_SCRIPT: npm install && npm run build:github
CLEAN: true