Skip to content

Commit

Permalink
simplifies build in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
suchja committed May 22, 2024
1 parent caf53bf commit 043b425
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ jobs:
with:
dotnet-version: '8.x'

- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build --no-restore

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

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

0 comments on commit 043b425

Please sign in to comment.