Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ jobs:
#----------------------------------------------
- name: Deploy web-based documentation to GitHub Pages
run: |
make mkd-gh-deploy
git config user.name mike-bot
git config user.email mike-bot@sssom.invalid
make deploy-doc
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ MKDOCS = $(RUN) --all-groups mkdocs
mkd-%:
$(MKDOCS) $*

deploy-doc:
$(RUN) mike deploy --push dev
Comment thread
gouttegd marked this conversation as resolved.

PROJECT_FOLDERS = sqlschema shex shacl protobuf prefixmap owl jsonschema jsonld graphql excel
git-init-add: git-init git-add git-commit git-status
git-init:
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ theme:
# primary: cyan
features:
- content.tabs.link
extra:
version:
provider: mike
plugins:
- search
- mermaid2
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ tests = [
docs = [
"mkdocs-material==9.0.0",
"mkdocs-mermaid2-plugin==1.1.1",
"mike"
]

[tool.poetry]
Expand Down
28 changes: 28 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading