Skip to content

Commit

Permalink
Ci update actions (#68)
Browse files Browse the repository at this point in the history
* ci(release): fix misconfigured release-please/config.json (#242)


* docs(vimdoc): enclose `<foo>` with backquotes not to let panvimdoc regard it as html tag

* ci(release): update pull_request_target
  • Loading branch information
aileot committed Feb 19, 2024
1 parent cd0590e commit 2232a8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Release
on:
pull_request_target:
types:
- opened
- synchronize
workflow_run:
workflows:
- Test
Expand Down
4 changes: 2 additions & 2 deletions doc/laurel.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ An alias of [`autocmd!`](#autocmd).

- [map!](#map): A replacement of `vim.keymap.set`
- [unmap!](#unmap): A replacement of `vim.keymap.del`
- [<Cmd>](#Cmd)
- [<C-u>](#C-u)
- [`<Cmd>`](#Cmd)
- [`<C-u>`](#C-u)

#### `map!`

Expand Down

0 comments on commit 2232a8d

Please sign in to comment.