Skip to content

Implement Chat Completion Function Call options #11

Implement Chat Completion Function Call options

Implement Chat Completion Function Call options #11

Workflow file for this run

name: Documentation
on:
workflow_dispatch: {}
push:
branches:
- main
paths:
- .github/workflows/documentation.yml
- Sources/**.swift
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Generate Documentation
uses: SwiftDocOrg/swift-doc@master
with:
inputs: "Sources"
output: "Documentation"
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "Documentation"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}