Skip to content

feat: improve console library to support two new features #46

feat: improve console library to support two new features

feat: improve console library to support two new features #46

name: Signal Documentation Change
on:
workflow_dispatch:
push:
branches:
- master
- refactor/project-structure
permissions:
contents: write
jobs:
update-documentation:
runs-on: ubuntu-latest
steps:
- name: Dcumentation Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }}
repository: 4x8Matrix/Package-Index-Site
event-type: update-documentation
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'