Skip to content

Commit

Permalink
Fix 2.X website workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Jan 25, 2025
1 parent 46b388a commit 76cb3d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'main'
paths:
- "documentation/**/*"
- ".github/workflows/publish-site.yml"
permissions:
contents: read
pages: write
Expand All @@ -25,5 +26,7 @@ jobs:
git checkout FETCH_HEAD
cd ../../..
git add eng/submodules/silk.net-2.x
git config --local user.email "9011267+dotnet-bot@users.noreply.github.com"
git config --local user.name "The Silk.NET Automaton"
git commit -m "Update Silk.NET 2.X submodule for website"
git push

0 comments on commit 76cb3d0

Please sign in to comment.