Skip to content

Update ingestion.openapi.yaml (#1353) #1

Update ingestion.openapi.yaml (#1353)

Update ingestion.openapi.yaml (#1353) #1

Workflow file for this run

# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2023-03-24T21:36:55.778Z
# 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: `main`
# Check out GitHub's docs for more info on configuring this:
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
- main
paths:
- 'reference/**'
jobs:
rdme-docs:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v4
- name: Run `docs` command 🚀
uses: readmeio/rdme@v8
with:
rdme: docs ./reference --key=${{ secrets.README_API_KEY }} --version=3.26