Skip to content

Add dark mode to linebender.org #323

Add dark mode to linebender.org

Add dark mode to linebender.org #323

Workflow file for this run

name: Build zola website to ensure no errors
on:
pull_request:
branches:
- main
jobs:
build:
name: check
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
# Also update in README.md and ./main.yml
uses: shalzz/[email protected]
env:
BUILD_ONLY: true
# If this fails, consider changing your text or adding something to .typos.toml.
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check typos
uses: crate-ci/[email protected]