Skip to content

Commit

Permalink
chore: Don't include last changed in vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Aug 26, 2024
1 parent 02a1819 commit e2fc8d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
vimdoc: outline
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
with:
commit_message: "chore(vimdoc): Auto update"
Expand Down
2 changes: 1 addition & 1 deletion doc/outline.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down

0 comments on commit e2fc8d8

Please sign in to comment.