github-pages-deploy-action/.github/workflows/main.yml
2019-09-05 22:34:59 -04:00

19 lines
431 B
YAML

name: integration
on:
schedule:
- cron: 0 2 * * 0-6
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'
BUILD_SCRIPT: npm run-script integrationTest