Skip to content

Merge pull request #28 from tsuyoshicho/renovate/actions-checkout-4.x #58

Merge pull request #28 from tsuyoshicho/renovate/actions-checkout-4.x

Merge pull request #28 from tsuyoshicho/renovate/actions-checkout-4.x #58

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@master
env:
FOLDER: build
- name: Deploy gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build