Skip to content

Rename README.md->_index.md to fix broken hyperlinks #273

Rename README.md->_index.md to fix broken hyperlinks

Rename README.md->_index.md to fix broken hyperlinks #273

name: Notify docs update
on:
push:
branches:
- hugo-docs
paths:
- 'docs/**.md'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Send dispatch event
run: |
curl -XPOST -u "${{ secrets.PAT_USERNAME }}:${{ secrets.PAT_TOKEN }}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/brimdata/superdb-website/dispatches --data '{"event_type":"super-docs-update", "client_payload": {"commit_sha": "${{ github.sha }}"}}'