From 143a4e2f07ee40012db23500ca52dd65b7ba89aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 12 Jun 2025 14:17:03 +0200 Subject: [PATCH] chore: test update of typedoc action --- .github/workflows/typedoc.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index 4029e3d..0c1d329 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -1,9 +1,7 @@ name: Deploy TypeDoc on GitHub pages on: - workflow_dispatch: - release: - types: [published] + pull_request: env: NODE_VERSION: 22.x @@ -20,13 +18,6 @@ jobs: - name: Install dependencies run: npm install - name: Build documentation - uses: zakodium/typedoc-action@v2 + uses: zakodium/typedoc-action@update-typedoc with: entry: ${{ env.ENTRY_FILE }} - - name: Deploy to GitHub pages - uses: JamesIves/github-pages-deploy-action@releases/v4 - with: - token: ${{ secrets.BOT_TOKEN }} - branch: gh-pages - folder: docs - clean: true