build: fix new files handling at documentation generation
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 7 Apr 2023 22:00:22 +0000 (00:00 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 7 Apr 2023 22:00:22 +0000 (00:00 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/generate-documentation.yml

index 11265f09c1f8b079f50d9585df143a582978a287..82553b24e3a3cdd23c7bc6e582b565050e77ce58 100644 (file)
@@ -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