Skip to content

feat: support per-page MathJax loading #195

feat: support per-page MathJax loading

feat: support per-page MathJax loading #195

Workflow file for this run

name: Zola
on:
push:
branches: [ main ]
workflow_dispatch:
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v31
- name: Build the site
run: nix develop --command just build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist