Skip to content

Commit

Permalink
Add workflow for updating docs on packit.dev
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Jan 12, 2024
1 parent b8e1b9b commit 7c888bb
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: specfile-docs-updated

0 comments on commit 7c888bb

Please sign in to comment.