X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fgenerate-documentation.yml;h=f8cf8e73c08681c634e90ef4d525c49527e18443;hb=1cc6e9ef64f399f4ca58da8079ef72a011ac4227;hp=0555ad8b779ebf04391c8779a55d80080922fb77;hpb=447eca603b96bc46303dfa16f3048b68ae576b0c;p=poolifier.git diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 0555ad8b..f8cf8e73 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -24,7 +24,7 @@ jobs: - name: Generate documentation run: | - pnpm install --ignore-scripts + pnpm install --ignore-scripts --frozen-lockfile pnpm typedoc - name: Commit files