Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed Nov 1, 2023
1 parent ebf7c7b commit 985648b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ jobs:
- name: Build maple
run: cargo build --release

docs:
name: Docs Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
- run: mdbook test docs

python_dynamic_module:
name: Python Dynamic Module
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions docs/src/plugins/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ TODO: elaborate on plugins' usage.

## ctags

<!-- - Alternatives -->
<!-- - vista.vim -->

## cursorword

```toml
Expand Down

0 comments on commit 985648b

Please sign in to comment.