chore: Don't include last changed in vimdoc

This commit is contained in:
~hedy
2024-08-26 09:48:36 +08:00
parent 02a18194b3
commit e2fc8d8e10
2 changed files with 3 additions and 1 deletions

View File

@@ -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"

View File

@@ -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*