Skip to content

Commit

Permalink
recursive changes test
Browse files Browse the repository at this point in the history
Signed-off-by: Orhun Ucak <[email protected]>
  • Loading branch information
Giaccomole committed Feb 12, 2025
1 parent b915b23 commit 61bdfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add docs-gen/static/data/piechart.csv docs-gen/static/data/sankey.csv docs-gen/static/data/radial.json
git commit -m "Update generated data files"
git diff-index --quiet HEAD || git commit -m "Update generated data files"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 61bdfcf

Please sign in to comment.