github-pages-deploy-action/.github/workflows/integration.yml
2019-11-20 11:58:04 -05:00

19 lines
412 B
YAML

name: integration-tests
on:
schedule:
- cron: 0 2 * * 0-6
jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: integration
BASE_BRANCH: dev