Skip to content

Commit

Permalink
Try simplify input output values.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawchen committed Jul 26, 2024
1 parent 271c8fd commit 3376528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
dotnet-version: '8.x'
- name: Run generator
run: dotnet run -c Release --project ./src/generator -- ${{ github.workspace }}/src/books ${{ github.workspace }}/out
run: dotnet run -c Release --project ./src/generator -- ./src/books ./out
- name: Copy static files
run: cp -r ./src/static/ ./out
- name: Setup Pages
Expand Down

0 comments on commit 3376528

Please sign in to comment.