From 58c5dfa1e471e4ff4d4eb64f018ef8d56312fc67 Mon Sep 17 00:00:00 2001 From: James Cook Date: Sun, 16 Apr 2023 19:17:42 +0100 Subject: [PATCH] chore: update docs action --- .github/workflows/typedoc.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index 1c863b2..eab1064 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -1,14 +1,9 @@ name: Typedoc -on: +on: push: branches: - main - paths: - - "src/**" - - "tsconfig.json" - - "pnpm-lock.yaml" - workflow_dispatch: jobs: build-docs: @@ -23,7 +18,7 @@ jobs: node-version: 18 - uses: pnpm/action-setup@v2 with: - version: 7.14.2 + version: 8.2.0 - name: Retrieve the cached "node_modules" directory (if present) uses: actions/cache@v3 id: node-cache @@ -45,4 +40,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages - folder: docs \ No newline at end of file + folder: docs