Skip to content

Commit fab49b4

Browse files
authored
Attempt 3 at fixing the website pipeline
1 parent a65da4b commit fab49b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-site.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
uses: actions/setup-dotnet@v1
1919
with:
2020
dotnet-version: 6.0.201
21+
- name: Setup .NET 7.0
22+
uses: actions/setup-dotnet@v1
23+
with:
24+
dotnet-version: 7.0.102
2125
- name: Checkout Website Branch
2226
run: |
2327
git fetch --all

0 commit comments

Comments
 (0)