Skip to content

Commit c845388

Browse files
fix: correct YAML indentation in deploy-pages workflow
1 parent 2e2d0bd commit c845388

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ concurrency:
1818
cancel-in-progress: false
1919

2020
env:
21-
DOTNET_VERSION: '8.0.x'
2221
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
2322
DOTNET_NOLOGO: true
2423

@@ -31,13 +30,10 @@ jobs:
3130
- name: 📥 Checkout
3231
uses: actions/checkout@v4
3332

34-
- name: ⚙️ Setup .NET SDKs
35-
uses: actions/setup-dotnet@v4
36-
with:
37-
dotnet-version: |
38-
8.0.x
39-
9.0.x
40-
dotnet-quality: 'ga'
33+
- name: ⚙️ Setup .NET
34+
uses: actions/setup-dotnet@v4
35+
with:
36+
dotnet-version: 8.0.x
4137

4238
- name: 📦 Restore dependencies
4339
run: dotnet restore JsonViewer.Blazor.sln

0 commit comments

Comments
 (0)