Skip to content

Commit f4ed4ac

Browse files
committed
ci: udpate docs ci
1 parent c821b6e commit f4ed4ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
uses: kdheepak/panvimdoc@main
1414
with:
1515
vimdoc: template
16-
version: "Neovim >= 0.8.0"
16+
version: 'Neovim >= 0.8.0'
1717
demojify: true
1818
treesitter: true
1919
- name: Commit files
2020
run: |
2121
git config --local user.email "[email protected]"
2222
git config --local user.name "Abhishek via github-actions"
23-
git add .
24-
git diff --quiet && git commit -m "docs: update help docs"
23+
git add doc
24+
git commit -m "docs: update help docs" || true
2525
- name: Push
2626
uses: ad-m/github-push-action@master
2727
with:

0 commit comments

Comments
 (0)