-
Notifications
You must be signed in to change notification settings - Fork 214
39 lines (34 loc) · 951 Bytes
/
panvimdoc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: panvimdoc
on:
push:
branches: [main]
paths:
- README.md
- .github/workflows/panvimdoc.yml
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
- name: panvimdoc
uses: kdheepak/[email protected]
with:
vimdoc: obsidian
description: a plugin for writing and navigating an Obsidian vault
pandoc: README.md
toc: false
version: NVIM v0.8.0
demojify: false
dedupsubheadings: false
shiftheadinglevelby: -1
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_user_name: github-actions[bot]
commit_message: 'chore: auto generate docs'
branch: ${{ github.head_ref }}