We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fc803 commit 8a4e393Copy full SHA for 8a4e393
‎.github/workflows/docs.yml‎
@@ -53,9 +53,9 @@ jobs:
53
# path: docs/_build/
54
55
# --- 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' {} +
+ #- name: Fix Absolute Paths in Streamlit Scripts
+ # run: |
+ # find docs/streamlit_report/sections -type f -name "*.py" -exec sed -i 's|/home/runner/work/vuegen/vuegen/docs/||g' {} +
59
- name: Publish Streamlit report to streamlit-example branch
60
if: startsWith(github.ref, 'refs/tags')
61
uses: peaceiris/actions-gh-pages@v4
0 commit comments