Skip to content

Update index.md

Update index.md #19

Workflow file for this run

name: Dispatch to repo
on:
push:
branches: main
workflow_dispatch:
jobs:
dispatch:
runs-on: ubuntu-latest
strategy:
matrix:
repo: ["dicelette/dicelette.github.io"]
steps:
- name: Push to repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.GH_PAT }}
repository: ${{ matrix.repo }}
event-type: build
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "module": "content", "branch": "main"}'