Skip to content

Update README.md

Update README.md #2

Workflow file for this run

name: Send File Changes
on:
push:
branches:
- web-version-9-(modular) # Adjust to your branch as necessary
paths:
- '**.md' # Only trigger for changes in .mdx files
jobs:
send-changes:
runs-on: ubuntu-latest
steps:
- name: Send File Changes to Webhook
uses: Lamatic/Index-to-lamatic@v1.6
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
webhook_key: ${{ secrets.WEBHOOK_KEY }}
github_ref: ${{ github.ref }}
file_type: "md"
mode: "incremental" # or "full-refresh"
verbose: "true" # or "false"