Преглед на файлове

Fix build: cannot execute GeneratePdfAndShow on CI

Marcin Ziąbek преди 3 месеца
родител
ревизия
fbeb22e850
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Source/QuestPDF.DocumentationExamples/SemanticExamples.cs

+ 2 - 2
Source/QuestPDF.DocumentationExamples/SemanticExamples.cs

@@ -103,7 +103,7 @@ public class SemanticExamples
                         });
                 });
             })
-            .GeneratePdfAndShow();
+            .GeneratePdf();
     }
     
     
@@ -261,6 +261,6 @@ public class SemanticExamples
                 Title = "Programming Terms",
                 Language = "en-US"
             })
-            .GeneratePdfAndShow();
+            .GeneratePdf();
     }
 }