Skip to content

chore(master): release 1.0.0 #8

chore(master): release 1.0.0

chore(master): release 1.0.0 #8

Workflow file for this run

---
name: lemmy-help
on: [push]
env:
PLUGIN_NAME: adopure
jobs:
docs:
runs-on: ubuntu-latest
name: emmylua to vimdoc
steps:
- uses: actions/checkout@v2
- name: Generating help
run: |
curl -Lq https://github.com/numToStr/lemmy-help/releases/latest/download/lemmy-help-x86_64-unknown-linux-gnu.tar.gz | tar xz
./lemmy-help adopure.nvim/lua/adopure.lua adopure.nvim/lua/adopure.config.lua > doc/${{env.PLUGIN_NAME}}.txt
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: ${{ github.head_ref }}
commit_message: "chore(docs): auto-generate vimdoc"
file_pattern: doc/*.txt