Skip to content

Commit 7b2f475

Browse files
committed
fix(ci): correct workflow filename build-website.yml
1 parent 29d1791 commit 7b2f475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger-website-rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Trigger angular-schule-website rebuild
15-
run: gh workflow run build.yml --repo angular-schule/angular-schule-website
15+
run: gh workflow run build-website.yml --repo angular-schule/angular-schule-website
1616
env:
1717
GH_TOKEN: ${{ secrets.WEBSITE_DISPATCH_TOKEN }}

0 commit comments

Comments
 (0)