Skip to content

Update 11ty.yml

Update 11ty.yml #49

Workflow file for this run

name: Eleventy Build
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: main
# - name: Build
# uses: TartanLlama/actions-eleventy@master
# with:
# install_dependencies: true
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: dist
github_token: ${{ secrets.GITHUB_TOKEN }}