Skip to content

fix: disable prerender to fix Docker build failure #4

fix: disable prerender to fix Docker build failure

fix: disable prerender to fix Docker build failure #4

name: Notify Main Repo
on:
push:
branches: [main]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Trigger main repo workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.MAIN_REPO_PAT }}
repository: EM-GeekLab/NexusGate
event-type: docs-updated
client-payload: '{"sha": "${{ github.sha }}", "ref": "${{ github.ref }}"}'