Skip to content

Commit

Permalink
Trigger website deployment on convention changes (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thalhammer authored Jul 4, 2024
1 parent ce5e371 commit ce4f54a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/trigger_website.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger Website CI

on:
push:
branches: [develop]
tags: ['**']

jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.WEBSITE_DISPATCH_PAT }}
repository: homieiot/homieiot.github.io
event-type: website-deploy

0 comments on commit ce4f54a

Please sign in to comment.