Skip to content

Commit 8bbf98b

Browse files
committed
build site directly
1 parent 7d10403 commit 8bbf98b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: dotnet restore
2121
- name: Pre-build solution
22-
run: dotnet build LearnJsonEverything.sln -c Release --no-restore
22+
run: dotnet build LearnJsonEverything/LearnJsonEverything.csproj -c Release --no-restore
2323
- name: Test
24-
run: dotnet test LearnJsonEverything.sln -c Release --no-restore
24+
run: dotnet test LearnJsonEverything/LearnJsonEverything.csproj -c Release --no-restore
2525
- name: Publish
2626
run: dotnet publish LearnJsonEverything/LearnJsonEverything.csproj -c Release --no-restore -o bin
2727
- name: Add .nojekyll file

0 commit comments

Comments
 (0)