diff --git a/.github/workflows/update-files.yaml b/.github/workflows/update-files.yaml index 48b1f21f..c735db04 100644 --- a/.github/workflows/update-files.yaml +++ b/.github/workflows/update-files.yaml @@ -41,12 +41,13 @@ jobs: run: | hatch run docs:update-examples git add examples/* + git add docs/assets/images/*.png git commit -m "docs: update examples" - name: Update entry figures run: | hatch run docs:update-entry-figures - git add docs/assets/**/*.png + git add docs/assets/images/**/*.png git commit -m "docs: update entry figures" - name: Push changes