Skip to content

feat: add KaTeX for LaTeX math rendering in flashcards #39

feat: add KaTeX for LaTeX math rendering in flashcards

feat: add KaTeX for LaTeX math rendering in flashcards #39

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- master
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- name: 📂 setup
uses: actions/checkout@v2
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Install NPM dependencies
run: |
npm install
npm install --only=dev
- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
- name: 🔨 install dependencies & build site
uses: limjh16/jekyll-action-ts@v2
env:
NODE_ENV: "production"
with:
enable_cache: true
- name: 🚀 deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_branch: gh-pages