Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 authored Apr 28, 2024
1 parent 7a2e2c6 commit 4cc703e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
dotnet-version: 8.0.x
- name: Prepare Blazor WASM for GitHub Pages
uses: na1307/blazor-github-pages@v1
id: prepare
with:
project-path: BluehillHomePage/BluehillHomePage.csproj
main-repo: true
Expand All @@ -64,7 +65,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "_out/wwwroot/"
path: ${{ steps.prepare.outputs.wwwroot-path }}

# Deployment job
deploy:
Expand Down

0 comments on commit 4cc703e

Please sign in to comment.