Skip to content

Commit

Permalink
fixes problem with project source for build
Browse files Browse the repository at this point in the history
  • Loading branch information
suchja committed May 22, 2024
1 parent 043b425 commit 687856e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
dotnet-version: '8.x'

- name: Run
run: dotnet run --project statiq-dopetrope-demo/statiq-dopetrope-demo.csproj
run: dotnet run --project statiq-dopetrope-demo.csproj

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 687856e

Please sign in to comment.