Skip to content

redeploy

redeploy #54

Workflow file for this run

name: on redeploy
on:
repository_dispatch:
types: [redeploy]
jobs:
pages:
uses: ./.github/workflows/pages.yml
permissions:
contents: read
pages: write
id-token: write
secrets: inherit