X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fgenerate-documentation.yml;h=fcf24a47cfed428fbe8c38ed8b2efe139520dfa4;hb=aaf31914b9c719984ba3ab543b09b9d9459ee3ec;hp=d88be39f3581f35bedbae87e0a27250283f994d4;hpb=b358d1ac312415ee64c938137677a1022194e84c;p=poolifier.git diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index d88be39f..fcf24a47 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -24,7 +24,7 @@ jobs: - name: Generate documentation run: | - pnpm install + pnpm install --ignore-scripts pnpm typedoc - name: Commit files