Skip to content

Commit 4361dcd

Browse files
authored
Attempt to fix the website pipeline
1 parent c6f0690 commit 4361dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
with:
12-
submodules: 'true'
1312
token: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
1413
- name: Setup .NET 5.0
1514
uses: actions/setup-dotnet@v1
@@ -26,6 +25,7 @@ jobs:
2625
git config --local user.email "[email protected]"
2726
git config --local user.name "The Silk.NET Automaton"
2827
git merge --allow-unrelated-histories -X theirs main
28+
git pull --recurse-submodules
2929
- name: Run Statiq
3030
run: dotnet run -c Release --project src/Website/Silk.NET.Statiq/Silk.NET.Statiq.csproj -- -l debug --nocache
3131
- name: Push to Website Branch

0 commit comments

Comments
 (0)