We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f0690 commit 4361dcdCopy full SHA for 4361dcd
.github/workflows/publish-site.yml
@@ -9,7 +9,6 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
with:
12
- submodules: 'true'
13
token: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
14
- name: Setup .NET 5.0
15
uses: actions/setup-dotnet@v1
@@ -26,6 +25,7 @@ jobs:
26
25
git config --local user.email "[email protected]"
27
git config --local user.name "The Silk.NET Automaton"
28
git merge --allow-unrelated-histories -X theirs main
+ git pull --recurse-submodules
29
- name: Run Statiq
30
run: dotnet run -c Release --project src/Website/Silk.NET.Statiq/Silk.NET.Statiq.csproj -- -l debug --nocache
31
- name: Push to Website Branch
0 commit comments