Skip to content

Commit f174977

Browse files
authored
Update plotly-resources.yaml
1 parent d2a9555 commit f174977

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/plotly-resources.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
run: |
2828
cp _resources/plotly.js/dist/plot-schema.json src/plotly_gtk/utils
2929
cp -r _resources/plotly.py/packages/python/plotly/plotly/package_data/templates src/plotly_gtk/utils
30-
git add src/plotly_gtk/utils/templates
31-
30+
git add src/plotly_gtk/utils/templates/*
31+
git status
32+
git diff
3233
3334
- name: Check if resources have been updated
3435
run: |

0 commit comments

Comments
 (0)