Skip to content

Commit bc30896

Browse files
committed
šŸ› Fix: replace absolute paths of Python scripts from EMP streamlit report example and add aggrid as requirement
1 parent f603cc8 commit bc30896

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ā€Ž.github/workflows/docs.ymlā€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,7 @@ jobs:
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
6060
publish_dir: docs/
61-
publish_branch: streamlit-report-example
61+
publish_branch: streamlit-report-example
62+
- name: Fix Absolute Paths in Streamlit Scripts
63+
run: |
64+
find docs/streamlit_report/ -type f -name "*.py" -exec sed -i 's|/home/runner/work/vuegen/vuegen/docs/|docs/|g' {} +

ā€Ždocs/requirements.txtā€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
vuegen
1+
vuegen
2+
streamlit-aggrid

0 commit comments

Comments
Ā (0)