Skip to content

Merge pull request #265 from tsuyoshicho/renovate/golang-1.x #179

Merge pull request #265 from tsuyoshicho/renovate/golang-1.x

Merge pull request #265 from tsuyoshicho/renovate/golang-1.x #179

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@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build