Skip to content

Update 11ty.yml

Update 11ty.yml #2

Workflow file for this run

name: Eleventy Build
on:
push:
workflow_dispatch:
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: dist
publish_branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}