Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: pi-stack-ops
site_description: User documentation for pi-stack-ops stacked PR workflows in Pi.
site_url: https://pi-stack-ops.vercel.app
site_url: https://pi-stack-ops.iamfj.xyz
repo_url: https://github.com/iamfj/pi-stack-ops
repo_name: iamfj/pi-stack-ops
edit_uri: edit/main/docs/
Expand Down
1 change: 1 addition & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": null,
"buildCommand": "export PATH=\"$HOME/.local/bin:$PATH\" && uv run mkdocs build --strict",
"installCommand": "curl -LsSf https://astral.sh/uv/install.sh | sh && export PATH=\"$HOME/.local/bin:$PATH\" && uv sync --frozen",
"outputDirectory": "site"
Expand Down
Loading