Skip to content

Merge pull request #280 from tsuyoshicho/renovate/codecov-codecov-act… #194

Merge pull request #280 from tsuyoshicho/renovate/codecov-codecov-act…

Merge pull request #280 from tsuyoshicho/renovate/codecov-codecov-act… #194

Workflow file for this run

name: "deploy vim help to gh-pages"
on:
push:
branches:
- master
permissions:
contents: write
jobs:
ghpages:
name: Convert and deploy vim help
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Generate html
uses: tsuyoshicho/action-vimhelp-html-generate@v1
env:
FOLDER: build
- name: Deploy gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build