Skip to content

chore(node, python): update versions support for Python & node.js, up… #392

chore(node, python): update versions support for Python & node.js, up…

chore(node, python): update versions support for Python & node.js, up… #392

Workflow file for this run

name: Sync `docs` directory to ReadMe
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v4
- name: Sync docs to ReadMe
uses: readmeio/rdme@v8
with:
rdme: docs ./docs --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ secrets.README_DEVELOPERS_MAIN_VERSION }}