Skip to content

Commit

Permalink
Fix path to project
Browse files Browse the repository at this point in the history
  • Loading branch information
CamiloTerevinto authored Feb 23, 2023
1 parent 0f22c73 commit c49a984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Build
run: dotnet build . -c Release
- name: Run the ssg tool
run: ssg --project ${GITHUB_WORKSPACE}/StaticBlogTemplate --output ${GITHUB_WORKSPACE}/out --route-casing KebabCase --assembly bin/Release/net6.0/StaticBlogTemplate.dll
run: ssg --project ${GITHUB_WORKSPACE} --output ${GITHUB_WORKSPACE}/out --route-casing KebabCase --assembly bin/Release/net6.0/StaticBlogTemplate.dll

0 comments on commit c49a984

Please sign in to comment.