From d13d7a3d3c7b62888013fbbc395ed1eb8f8e3a8d Mon Sep 17 00:00:00 2001 From: Konrad Heidler Date: Wed, 20 Mar 2024 16:04:49 +0100 Subject: [PATCH] Fix github action for building the docs page --- .github/workflows/typedoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index b7b55d3..242578b 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -1,4 +1,4 @@ -name: "typedoc" +name: 'typedoc' on: push: @@ -21,7 +21,7 @@ jobs: # https://github.com/actions/upload-pages-artifact - uses: actions/upload-pages-artifact@v2 with: - path: ./docs # This should be your TypeDoc "out" path. + path: ./docs # This should be your TypeDoc "out" path. deploy: runs-on: ubuntu-latest environment: