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 aed5ebf commit a6f2c1aCopy full SHA for a6f2c1a
.github/workflows/docs.yml
@@ -55,7 +55,7 @@ jobs:
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' {} +
+ 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
uses: peaceiris/actions-gh-pages@v4
61
with:
0 commit comments