From b7a555c71f5d200053d0c208925782ad07e753a2 Mon Sep 17 00:00:00 2001 From: Ernst Roell Date: Tue, 23 Jul 2024 09:20:22 +0200 Subject: [PATCH] Typo. --- .github/workflows/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 352e931..75b803b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -1,4 +1,4 @@ -name: website +name: Build the documentation. # build the documentation whenever there are new commits on main on: @@ -6,7 +6,7 @@ on: # Alternative: only build for tags. tags: - '*' - workflow_dispatch: + workflow_dispatch: # security: restrict permissions for CI jobs. permissions: