Browse Source

Remove PDF auto-display in RowExamples test (breaks actions)

Marcin Ziąbek 10 months ago
parent
commit
270a618807
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/QuestPDF.DocumentationExamples/RowExamples.cs

+ 1 - 1
Source/QuestPDF.DocumentationExamples/RowExamples.cs

@@ -66,7 +66,7 @@ public class RowExamples
                         });
                         });
                 });
                 });
             })
             })
-            .GeneratePdfAndShow();
+            .GeneratePdf();
     }
     }
     
     
     [Test]
     [Test]