Skip to content

fix(docs): set correct baseURL for GitHub Pages federation #5

fix(docs): set correct baseURL for GitHub Pages federation

fix(docs): set correct baseURL for GitHub Pages federation #5

Workflow file for this run

name: Notify Hub of InfoTech CLI Docs Update
on:
push:
branches:
- main
paths:
- 'docs/**'
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT_TOKEN }}
repository: info-tech-io/info-tech-io.github.io
event-type: cli-docs-updated
client-payload: |
{
"repository": "${{ github.repository }}",
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}"
}