Skip to content

Add workflow for deploying website after updating the documentation (… #3

Add workflow for deploying website after updating the documentation (…

Add workflow for deploying website after updating the documentation (… #3

Workflow file for this run

name: Trigger website deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
with:
token: ${{ secrets.DEPLOY_ACCESS_TOKEN }}
repository: valkey-io/valkey-io.github.io
event-type: deploy