X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fgenerate-documentation.yml;h=f8cf8e73c08681c634e90ef4d525c49527e18443;hb=34d8846f1e7e54273f3944f687336c5624a18f39;hp=f3d4ae4e428b116ce26bbb184f1263ed3b41eb59;hpb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;p=poolifier.git diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index f3d4ae4e..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 @@ -36,6 +36,7 @@ jobs: run: | git config --local user.name "${{ env.COMMIT_AUTHOR }}" git config --local user.email "${{ env.COMMIT_EMAIL }}" + git pull git add ./docs git commit -a -m "${{ env.COMMIT_MESSAGE }}"