chore: Don't include last changed in vimdoc
This commit is contained in:
2
.github/workflows/panvimdoc.yml
vendored
2
.github/workflows/panvimdoc.yml
vendored
@@ -16,6 +16,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
vimdoc: outline
|
vimdoc: outline
|
||||||
version: "NVIM v0.7.0"
|
version: "NVIM v0.7.0"
|
||||||
|
- name: Strip last change date
|
||||||
|
run: sed -E '1s_\s+Last.*__' -i doc/outline.txt
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "chore(vimdoc): Auto update"
|
commit_message: "chore(vimdoc): Auto update"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
*outline.txt* For NVIM v0.7.0 Last change: 2024 August 22
|
*outline.txt* For NVIM v0.7.0
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Table of Contents *outline-table-of-contents*
|
Table of Contents *outline-table-of-contents*
|
||||||
|
|||||||
Reference in New Issue
Block a user