diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index b00d5a8..0c4d554 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -32,7 +32,7 @@ jobs: - name: "Commit and push changes" uses: EndBug/add-and-commit@v9 with: - add: "./docs/autodocs/*.md ./docs/autodocs/**/*.md" + add: "./docs/autodocs" message: "Automatic documentation update (triggered by ${{ github.actor }}: ${{ github.sha }})" pull: "--rebase" docs_to_wiki: