Skip to content

Commit 96278d0

Browse files
authored
feat: force minor release (#31)
1 parent 05f7c59 commit 96278d0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
env:
5656
PUSH_DEPLOY: ${{ fromJson(inputs.push) && '--push' || '' }}
5757
run: >
58-
uv run mike deploy ${PUSH_DEPLOY}
58+
uv run mike deploy ${PUSH_DEPLOY}
59+
--update-aliases
5960
--branch gh-pages
6061
--alias-type symlink
6162
${{ inputs.version }} ${{ inputs.alias }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
id: publish-dist
8484
uses: python-semantic-release/publish-action@v9.15.2
8585
with:
86-
github-token: ${{ steps.app-token.outputs.token }}
86+
github_token: ${{ steps.app-token.outputs.token }}
8787
tag: ${{ steps.semantic-release.outputs.tag }}
8888

8989
mkdocs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<p align="center">A MATLAB handler for <a href="https://github.com/mkdocstrings/mkdocstrings"><i>mkdocstrings</i></a>.</p>
44

5+
<p align="center"><img width=300px src="logo.svg"></p>
6+
57
[![qualify](https://github.com/watermarkhu/mkdocstrings-matlab/actions/workflows/qualify.yaml/badge.svg)](https://github.com/watermarkhu/mkdocstrings-matlab/actions/workflows/qualify.yaml)
68
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://watermarkhu.nl/mkdocstrings-matlab)
79
[![pypi version](https://img.shields.io/pypi/v/mkdocstrings-matlab.svg)](https://pypi.org/project/mkdocstrings-matlab/)
810

9-
<p align="center"><img width=300px src="logo.svg"></p>
10-
1111
The MATLAB handler uses [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) and its [MATLAB parser](https://github.com/acristoffers/tree-sitter-matlab) to collect documentation from MATLAB source code. Via the python bindings the Abstract Syntax Tree (AST) of the source code is traversed to extract useful information. The imported objected are imported as custom [Griffe](https://mkdocstrings.github.io/griffe/) objects and mocked for the [python handler](https://mkdocstrings.github.io/python/).
1212

1313
## Installation

0 commit comments

Comments
 (0)