Skip to content

Commit

Permalink
Merge pull request #2572 from moreal/actions-check
Browse files Browse the repository at this point in the history
ci(gh-actions): specify project to build
  • Loading branch information
moreal authored Sep 9, 2024
2 parents 957a345 + 7fa0698 commit a4aa9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install .NET dependencies
run: dotnet restore
- name: Build GraphQL Node
run: dotnet build --no-restore --project NineChronicles.Headless.Executable
run: dotnet build --no-restore NineChronicles.Headless.Executable
- name: Build GraphQL Schema
run: |
dotnet run --project NineChronicles.Headless.Executable -- \
Expand Down

0 comments on commit a4aa9bb

Please sign in to comment.