Skip to content

Update and rename 11ty.yml to eleventy_build.yml #1

Update and rename 11ty.yml to eleventy_build.yml

Update and rename 11ty.yml to eleventy_build.yml #1

name: Eleventy Build
on: [push]
jobs:
build_deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- name: Build
uses: TartanLlama/actions-eleventy@master
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: _site
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}