File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ 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' {} +
5659 - name : Publish Streamlit report to streamlit-example branch
5760 uses : peaceiris/actions-gh-pages@v4
5861 with :
5962 github_token : ${{ secrets.GITHUB_TOKEN }}
6063 publish_dir : docs/
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' {} +
64+ publish_branch : streamlit-report-example
You can’t perform that action at this time.
0 commit comments