mirror of
https://github.com/rendercv/rendercv.git
synced 2026-05-18 21:52:33 -04:00
workflows: fix update-files.yaml
This commit is contained in:
3
.github/workflows/update-files.yaml
vendored
3
.github/workflows/update-files.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user