Skip to content

[Docs] change logo to link to marketing site home page (#1486) #782

[Docs] change logo to link to marketing site home page (#1486)

[Docs] change logo to link to marketing site home page (#1486) #782

Workflow file for this run

name: Publish OpenAPI specs to ReadMe
on:
push:
branches: [ main ]
jobs:
rdme-openapi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm ci
- run: npm run api:build
- run: npm run api:publish
env:
README_API_KEY: ${{ secrets.README_API_KEY }}
README_VERSION: '3.26'