github-pages-deploy-action/.github/workflows/main.yml

20 lines
439 B
YAML
Raw Normal View History

2019-08-26 23:54:44 +08:00
name: integration-test
on:
push:
branches:
- master
jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: 'test/build'
2019-08-26 23:47:15 +08:00
BUILD_SCRIPT: npm run-script integrationTest