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 4361dcd commit a65da4bCopy full SHA for a65da4b
.github/workflows/publish-site.yml
@@ -21,11 +21,12 @@ jobs:
21
- name: Checkout Website Branch
22
run: |
23
git fetch --all
24
- git checkout ci/github-pages
25
git config --local user.email "[email protected]"
26
git config --local user.name "The Silk.NET Automaton"
27
- git merge --allow-unrelated-histories -X theirs main
28
- git pull --recurse-submodules
+ git merge --allow-unrelated-histories -s ours origin/ci/github-pages
+ git checkout ci/github-pages
+ git reset --hard main
29
+ git submodule init
30
- name: Run Statiq
31
run: dotnet run -c Release --project src/Website/Silk.NET.Statiq/Silk.NET.Statiq.csproj -- -l debug --nocache
32
- name: Push to Website Branch
0 commit comments