Skip to content

maybe don't have the word "hamburger" in nav #8

maybe don't have the word "hamburger" in nav

maybe don't have the word "hamburger" in nav #8

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