Skip to content

Commit 0769003

Browse files
committed
Try using release build of converter.
1 parent 826c63b commit 0769003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
dotnet-version: '10.x'
3333
#- run: ls -l -R
3434
- name: Run Converter
35-
run: dotnet run --project originlab.github.io/converter/generator/generator.csproj -- ${{ env.book_folder }} ${{ case(inputs.is_index, 'merge', '') }}
35+
run: dotnet run -c Release --project originlab.github.io/converter/generator/generator.csproj -- ${{ env.book_folder }} ${{ case(inputs.is_index, 'merge', '') }}
3636
- name: Upload pages artifact
3737
uses: actions/upload-pages-artifact@v5
3838
with:

0 commit comments

Comments
 (0)