Skip to content

Update Hugo version to 0.148.0 for compose theme compatibility #3

Update Hugo version to 0.148.0 for compose theme compatibility

Update Hugo version to 0.148.0 for compose theme compatibility #3

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 }}"
}