Skip to content

fix(papis-storage): remove newline/carrage return chars when importing #155

fix(papis-storage): remove newline/carrage return chars when importing

fix(papis-storage): remove newline/carrage return chars when importing #155

Workflow file for this run

name: panvimdoc
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: papis
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(docs): auto generate docs"
branch: ${{ github.head_ref }}