diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index 4867c1f07..3104a9df1 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -12,7 +12,7 @@ on: workflow_dispatch: inputs: graph_cache: - description: "Use Doxygen graph cache? (Disabling will rebuild the GH Pages folder from scratch)" + description: "Use cached graphs? (Disabling will rebuild the GH Pages folder from scratch)" type: boolean default: true