diff --git a/.github/workflows/master_marksmith-portfolio.yml b/.github/workflows/master_marksmith-portfolio.yml index 93ba0bd..c253b6e 100644 --- a/.github/workflows/master_marksmith-portfolio.yml +++ b/.github/workflows/master_marksmith-portfolio.yml @@ -30,7 +30,7 @@ jobs: run: dotnet build --configuration Release - name: dotnet publish - run: dotnet publish -c Release -o "${{env.DOTNET_ROOT}}/myapp" + run: dotnet publish MyPortfolio.csproj -c Release -o "${{env.DOTNET_ROOT}}/myapp" - name: Upload artifact for deployment job uses: actions/upload-artifact@v4 diff --git a/Components/Layout/NavMenu.razor b/Components/Layout/NavMenu.razor index a88ce5c..4e4beef 100644 --- a/Components/Layout/NavMenu.razor +++ b/Components/Layout/NavMenu.razor @@ -14,6 +14,11 @@ Skills +
Outside of work
+@filteredBooks.Count of @allBooks.Count books
+ +@book.Review
+Add trip entries to wwwroot/data/hobbies-photos.json and drop images into wwwroot/images/hobbies/
@trip.Description
+ } +