Skip to content

Commit

Permalink
Rebuild docs on update
Browse files Browse the repository at this point in the history
Signed-off-by: Frantisek Lachman <[email protected]>
  • Loading branch information
lachmanfrantisek committed Feb 7, 2024
1 parent 4f4679a commit 33aa016
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/trigger-packit-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Rebuild docs on merge

on:
push:
branches:
- main

jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger packit.dev
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PACKIT_DEV_TOKEN }}
repository: packit/packit.dev
event-type: agile-docs-updated

0 comments on commit 33aa016

Please sign in to comment.