Skip to content

blog: polymathy is a counterculture #401

blog: polymathy is a counterculture

blog: polymathy is a counterculture #401

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/[email protected]
with:
publish_dir: _site
publish_branch: gh-pages
github_token: ${{ secrets.DEPLOY_TOKEN }}