Skip to content

Commit

Permalink
attempt fix rich codex autocommits
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Sep 21, 2024
1 parent 793f8ff commit 02f7e66
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Check out DSO code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- uses: actions/setup-python@v5
with:
Expand All @@ -22,5 +24,8 @@ jobs:
uses: ewels/rich-codex@v1
with:
clean_img_paths: docs/images/screenshots/*.svg
commit_changes: "true"
skip_git_checks: "true"

- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Rich codex
file_pattern: "docs/*.png"

0 comments on commit 02f7e66

Please sign in to comment.