From a318cb40c407b8e36c6936d71e3f1707336c1a19 Mon Sep 17 00:00:00 2001 From: niksirbi Date: Tue, 14 Nov 2023 15:59:42 +0000 Subject: [PATCH] Renamed docs workflow --- .github/workflows/docs_build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs_build_and_deploy.yml b/.github/workflows/docs_build_and_deploy.yml index 6a7b37f..95dcd90 100644 --- a/.github/workflows/docs_build_and_deploy.yml +++ b/.github/workflows/docs_build_and_deploy.yml @@ -1,4 +1,4 @@ -name: Build Sphinx docs and deploy to GitHub Pages +name: Docs # Generate the documentation on all merges to main, all pull requests, or by # manual workflow dispatch. The build job can be used as a CI check that the