Skip to content

Commit 4eed9a8

Browse files
committed
Trigger change on Github actions rebuild.
1 parent 1a556b3 commit 4eed9a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy site to GitHub Pages
33
on:
44
push:
55
branches: [main]
6-
paths: ['site/**', 'src/**', 'docs/**']
6+
paths: ['site/**', 'src/**', 'docs/**', 'scripts/**', '.github/workflows/**']
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)