Skip to content

Commit 76cb3d0

Browse files
authored
Fix 2.X website workflow
1 parent 46b388a commit 76cb3d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-site.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- 'main'
66
paths:
77
- "documentation/**/*"
8+
- ".github/workflows/publish-site.yml"
89
permissions:
910
contents: read
1011
pages: write
@@ -25,5 +26,7 @@ jobs:
2526
git checkout FETCH_HEAD
2627
cd ../../..
2728
git add eng/submodules/silk.net-2.x
29+
git config --local user.email "[email protected]"
30+
git config --local user.name "The Silk.NET Automaton"
2831
git commit -m "Update Silk.NET 2.X submodule for website"
2932
git push

0 commit comments

Comments
 (0)