We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b388a commit 76cb3d0Copy full SHA for 76cb3d0
.github/workflows/publish-site.yml
@@ -5,6 +5,7 @@ on:
5
- 'main'
6
paths:
7
- "documentation/**/*"
8
+ - ".github/workflows/publish-site.yml"
9
permissions:
10
contents: read
11
pages: write
@@ -25,5 +26,7 @@ jobs:
25
26
git checkout FETCH_HEAD
27
cd ../../..
28
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"
31
git commit -m "Update Silk.NET 2.X submodule for website"
32
git push
0 commit comments