Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to mkdocs 9 #166

Merged
merged 4 commits into from
May 6, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
fix: only build docs in master branch
- ideally, we'd have a version picker so we could preview the
  docs for the upcoming changes in development but it doesn't
  seem to be possible with the current gh-pages setup
  • Loading branch information
evan-buss committed May 6, 2024
commit 60b4ec6c1d2be56cb41a0e0fb35b1e40c14f9953
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
paths:
- "docs/**"
branches:
- "master"

defaults:
run:
Expand Down