Skip to content

settle on inconsolata #246

settle on inconsolata

settle on inconsolata #246

Workflow file for this run

name: Eleventy Build
on: [push]
jobs:
build_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '20'
# - name: Build
# uses: TartanLlama/actions-eleventy@master
# with:
# install_dependencies: true
- run: npm install
- run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: _site
publish_branch: gh-pages
github_token: ${{ secrets.DEPLOY_TOKEN }}