Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored Mar 28, 2024
1 parent 1ed6441 commit 312f2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ vimdoc.
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
with:
vimdoc: ${VIMDOC_PROJECT_NAME}
vimdoc: __VIMDOC_PROJECT_NAME_HERE__
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}
```
3. `README.md` gets converted to `./doc/${VIMDOC_PROJECT_NAME}.txt` and committed to the repo.
3. `README.md` gets converted to `./doc/__VIMDOC_PROJECT_NAME_HERE__.txt` and committed to the repo.

# Usage

Expand Down

0 comments on commit 312f2ab

Please sign in to comment.