aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/docs.yml
diff options
context:
space:
mode:
authorEllison Leão <ellisonleao@gmail.com>2023-09-23 22:23:00 -0300
committerEllison Leão <ellisonleao@gmail.com>2023-09-23 22:23:00 -0300
commit5e697fa640944dd4a98748d15c6e0a7725777551 (patch)
tree6f1ed5854278bcafd78b7be83bab0ee74eaae41c /.github/workflows/docs.yml
parent88d837908562ad251458d01a223332b1bdbd2327 (diff)
downloadgruvbox-5e697fa640944dd4a98748d15c6e0a7725777551.tar.gz
gruvbox-5e697fa640944dd4a98748d15c6e0a7725777551.tar.xz
adding autogen docs
Diffstat (limited to '.github/workflows/docs.yml')
-rw-r--r--.github/workflows/docs.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
new file mode 100644
index 0000000..a818b2b
--- /dev/null
+++ b/.github/workflows/docs.yml
@@ -0,0 +1,25 @@
+on:
+ push:
+ branches:
+ - main
+name: docs
+
+jobs:
+ docs:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - name: panvimdoc
+ uses: kdheepak/panvimdoc@main
+ with:
+ vimdoc: gruvbox.nvim
+ version: "Neovim >= 0.8.0"
+ demojify: true
+ treesitter: true
+ - name: Push changes
+ uses: stefanzweifel/git-auto-commit-action@v4
+ with:
+ commit_message: "auto-generate vimdoc"
+ commit_user_name: "github-actions[bot]"
+ commit_user_email: "github-actions[bot]@users.noreply.github.com"
+ commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"