Skip to content

feat: add incline.refresh() function (#58) #75

feat: add incline.refresh() function (#58)

feat: add incline.refresh() function (#58) #75

Workflow file for this run

name: docs
on:
workflow_dispatch: {}
push:
branches:
- main
- develop
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.TOKEN }}
fetch-depth: 0
- name: Setup neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: nightly
- name: Re-generate docs
shell: bash
run: make docs
- name: Run tests
shell: bash
run: make test
- name: Commit and Push Changes
uses: EndBug/add-and-commit@v7
with:
committer_name: GitHub Actions
committer_email: [email protected]
message: |
Re-generate docs
This commit was performed automatically by GitHub Actions.