Skip to content

Commit 8a4e393

Browse files
committed
🧪 Comment code to replace absolute paths on GA docs to test if update on the src code works
1 parent 91fc803 commit 8a4e393

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/docs.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
# path: docs/_build/
5454

5555
# --- Streamlit example deployment ---
56-
- name: Fix Absolute Paths in Streamlit Scripts
57-
run: |
58-
find docs/streamlit_report/sections -type f -name "*.py" -exec sed -i 's|/home/runner/work/vuegen/vuegen/docs/||g' {} +
56+
#- name: Fix Absolute Paths in Streamlit Scripts
57+
# run: |
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
if: startsWith(github.ref, 'refs/tags')
6161
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)