Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

und - Updated issue and PR templates #63

und - Updated issue and PR templates

und - Updated issue and PR templates #63

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: "AptiviCEO/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