Skip to content

chore(deps-dev): bump the minor-development-deps group with 5 updates… #297

chore(deps-dev): bump the minor-development-deps group with 5 updates…

chore(deps-dev): bump the minor-development-deps group with 5 updates… #297

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: Install deps
run: npm ci
- name: Build docs
run: npm run build-docs
- name: Sync docs to ReadMe
uses: readmeio/rdme@v8
with:
rdme: docs ./dist/docs --key=${{ secrets.README_API_KEY }} --version=1.0