Skip to content

Commit a6f2c1a

Browse files
committed
✏️ Fix: fix typo on command to correct absolute paths
1 parent aed5ebf commit a6f2c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# --- Streamlit example deployment ---
5656
- name: Fix Absolute Paths in Streamlit Scripts
5757
run: |
58-
find docs/streamlit_report/sections -type f -name "*.py" -exec sed -i '' 's|/home/runner/work/vuegen/vuegen/docs/||g' {} +
58+
find docs/streamlit_report/sections -type f -name "*.py" -exec sed -i 's|/home/runner/work/vuegen/vuegen/docs/||g' {} +
5959
- name: Publish Streamlit report to streamlit-example branch
6060
uses: peaceiris/actions-gh-pages@v4
6161
with:

0 commit comments

Comments
 (0)