Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

fix: doc workflow

fix: doc workflow #254

Workflow file for this run

name: panvimdoc
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
build_doc:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: kdheepak/panvimdoc@main
with:
vimdoc: user-notes
pandoc: doc/user-notes.md
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "ci(🤖): Auto generate docs"
branch: ${{ github.head_ref }}
push_options: '--force-with-lease'