Skip to content

Automated build docs: 2024-04-08 21:53:13 #45

Automated build docs: 2024-04-08 21:53:13

Automated build docs: 2024-04-08 21:53:13 #45

name: Build and sync docs on PR merge or pushes to master branch
on:
push:
branches:
- master
pull_request:
branches:
- master
types:
- closed
jobs:
rdme-openapi-pr:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v4
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi defs/asana_oas.yaml --key=${{ secrets.README_API_KEY }} --id=64a8a031f326ee000e3a92f3