jwebsite/.github/workflows/deploy.yml

18 lines
395 B
YAML
Raw Normal View History

2020-06-13 16:55:56 +00:00
name: Build and Deploy
2020-06-14 04:13:31 +00:00
on: [push]
2020-06-13 16:55:56 +00:00
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
2020-06-14 04:13:31 +00:00
2020-06-13 16:55:56 +00:00
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
2020-06-14 04:13:31 +00:00
ACCESS_TOKEN: ${{ secrets.FRANKLIN }}
2020-06-13 16:55:56 +00:00
BRANCH: gh-pages
FOLDER: __site