From 06a60d48802b99889c4cbefcebf6a6627bafa39b Mon Sep 17 00:00:00 2001 From: Claas Date: Thu, 23 Nov 2023 19:04:37 +0100 Subject: [PATCH] _build_and_publish_documentation.yml: removed orphaned line --- .github/workflows/_build_and_publish_documentation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/_build_and_publish_documentation.yml b/.github/workflows/_build_and_publish_documentation.yml index ec47f71..d68b88d 100644 --- a/.github/workflows/_build_and_publish_documentation.yml +++ b/.github/workflows/_build_and_publish_documentation.yml @@ -48,7 +48,6 @@ jobs: - name: Build documentation run: | cd docs - # sphinx-apidoc -o . ../src/trafficgen sphinx-apidoc -f -e -M -o . ../src/trafficgen make html