Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

dev - Started development of 1.2.1 #94

dev - Started development of 1.2.1

dev - Started development of 1.2.1 #94

Workflow file for this run

name: KS API Documentation
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: "Make API Reference"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Fetching the KS source
- uses: "nunit/docfx-action@master"
name: Generating documentation
with:
args: DocGen/docfx.json
- name: Saving changes to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
commit_message: "Updated documentation to reflect latest changes"
personal_token: ${{ secrets.DOCGEN_TOKEN }}
publish_dir: ./docs/
publish_branch: gh-pages