X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fgenerate-documentation.yml;h=fcf24a47cfed428fbe8c38ed8b2efe139520dfa4;hb=a449b5852f851c943360152c6acba7033ea48c23;hp=d88be39f3581f35bedbae87e0a27250283f994d4;hpb=6ddc8fc5fa990a91503f816001d216a002a3ddae;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