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

19 lines
414 B
YAML
Raw Normal View History

2019-11-19 23:11:21 +08:00
name: integration-tests
on:
2019-09-06 10:34:59 +08:00
schedule:
2019-11-22 23:04:37 +08:00
- cron: 10 15 * * 0-6
jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
2019-11-20 22:01:31 +08:00
uses: actions/checkout@v1
- name: Build and Deploy
2019-11-20 22:01:31 +08:00
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
2019-11-21 00:58:04 +08:00
FOLDER: integration
BASE_BRANCH: dev