Skip to content

Merge pull request #73 from jschuhmann47/source #43

Merge pull request #73 from jschuhmann47/source

Merge pull request #73 from jschuhmann47/source #43

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- source
jobs:
gh-pages-deploy:
name: Deploying to Github Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '15'
- name: Install packages
run: yarn install
- name: Set Creds
run: git config user.name "IASC CI" && git config user.email "[email protected]"
- name: Deploy
run: yarn deploy