Skip to content

Commit

Permalink
ci(gh-actions): remove invalid option
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Sep 9, 2024
1 parent 957a345 commit 7fa0698
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 7fa0698

Please sign in to comment.