From 6fbbdb0e4798d593df64c152a331699eee73fa6e Mon Sep 17 00:00:00 2001 From: Antony Peacock Date: Fri, 6 Jan 2023 22:45:19 +0000 Subject: [PATCH] Remove trailing white space --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b9871027..34bdcb4e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -35,7 +35,6 @@ on: - "docs/**" - "src/**" - "example/**" - jobs: docs: name: Generate documentation @@ -45,6 +44,7 @@ jobs: CXX: g++-10 CMAKE_GENERATOR: Ninja CONAN_CMAKE_GENERATOR: Ninja + OS: ubuntu-22.04 BUILD_TYPE: Debug COMPILER_TYPE: GCC COMPILER_VERSION: 10