From aad1903193fc5973e6f879b10bb3ff1715d8261c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 8 Apr 2023 00:00:22 +0200 Subject: [PATCH] build: fix new files handling at documentation generation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/generate-documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 11265f09..82553b24 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -28,6 +28,7 @@ jobs: run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" + git add ./docs git commit -m "chore: generate documentation" -a - name: Push changes -- 2.34.1