Update website deployment CI script to output auto-generated code docs artifacts (#2849)

This commit is contained in:
Keavon Chambers
2025-07-09 23:51:25 -07:00
committed by GitHub
parent e02510303e
commit ceffcfd8df
3 changed files with 100 additions and 13 deletions
@@ -73,9 +73,10 @@ jobs:
rustc --version
- name: ✂ Replace template in <head> of index.html
env:
INDEX_HTML_HEAD_REPLACEMENT: ""
run: |
# Remove the INDEX_HTML_HEAD_REPLACEMENT environment variable for build links (not master deploys)
export INDEX_HTML_HEAD_REPLACEMENT=""
sed -i "s|<!-- INDEX_HTML_HEAD_REPLACEMENT -->|$INDEX_HTML_HEAD_REPLACEMENT|" frontend/index.html
- name: ⌨ Set build command based on comment