Files
letta-server/.github/workflows/rdme-docs.yml
2024-01-27 16:45:54 -08:00

25 lines
887 B
YAML

# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2023-12-18T23:15:45.852Z
# You can view our full documentation here: https://docs.readme.com/docs/rdme
name: ReadMe GitHub Action 🦉
on:
push:
branches:
# This workflow will run every time you push code to the following branch: `migrate-docs`
# Check out GitHub's docs for more info on configuring this:
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
- main
jobs:
rdme-docs:
runs-on: ubuntu-latest
if: github.repository == 'cpacker/MemGPT' # TODO: if the repo org ever changes, this must be updated
steps:
- name: Check out repo 📚
uses: actions/checkout@v4
- name: Run `docs` command 🚀
uses: readmeio/rdme@v8
with:
rdme: docs docs --key=${{ secrets.README_API_KEY }} --version=1.0