github-pages-deploy-action/.github/workflows/main.yml
James Ives 7b4197087b
Integration Test (#17)
* Adds a quick npm test

* Update .gitignore

* Adds additional requirements
2019-08-26 11:36:17 -04:00

20 lines
429 B
YAML

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'
BUILD_SCRIPT: npm run-script build