openai/chatkit-python

Public

mirrored from https://github.com/openai/chatkit-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.6.4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/workflows/docs.yml

29lines · modeblame

f688d870victor-openai8 months ago1name: Deploy Docs
2
3on:
4push:
5branches:
6- main
7workflow_dispatch:
8
9permissions:
10contents: write
11
12jobs:
13deploy:
14name: Deploy
15runs-on: ubuntu-latest
16steps:
17- name: Checkout
778828a4Drew Hintz3 months ago18uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
f688d870victor-openai8 months ago19
20- name: Setup uv
778828a4Drew Hintz3 months ago21uses: astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5
f688d870victor-openai8 months ago22with:
23enable-cache: true
24
25- name: Install
26run: make sync
27
28- name: Deploy
29run: make deploy-docs