workflows: fix update-files.yaml

This commit is contained in:
Sina Atalay
2024-07-23 19:15:47 +03:00
parent 1c930a4b58
commit 721246171d

View File

@@ -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