Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions dot_config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,18 @@ env_cache = true
# Warn when entering a directory whose config asks for tools that are not
# installed, instead of silently using the wrong version.
missing_tools = "always"

[settings.ruby]
compile = false

# `mise run docs-publish` from any directory: build the Obsidian vault into
# the tailnet docs site and push it to kurokami. Lives in dungeonbooks/quartz.
[tasks.docs-publish]
description = "Build the Dungeon Books vault site and publish it to kurokami"
dir = "~/projects/dungeonbooks/quartz"
run = "mise exec -- ./docs-publish"

[tasks.docs-publish-dry]
description = "Build the vault site and show what would change on kurokami"
dir = "~/projects/dungeonbooks/quartz"
run = "mise exec -- ./docs-publish --dry-run"