Skip to content

Commit

Permalink
Fix blazor-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keller253 authored Feb 6, 2024
1 parent d760e53 commit 7de81f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/blazor-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
run: dotnet build ${{ env.PROJECT_FILE }} --configuration Release

- name: Publish with dotnet
run: dotnet publish ${{ env.PROJECT_FILE }} -c Release -o ./_site
run: dotnet publish ${{ env.PROJECT_FILE }} -c Release -o ./app

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./app/wwwroot

# Deployment job
deploy:
Expand Down

0 comments on commit 7de81f6

Please sign in to comment.