patch js
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2026-04-24 09:41:24 +08:00
parent 30c95f3f39
commit 4511cf46e8

View File

@ -20,6 +20,8 @@ jobs:
} >> "$file"
done
- run: npx refs-cli
- name: patch js path
run: find dist -type f -name "*.html" -exec sed -i 's|/js/|/qrh/js/|g' {} +
- name: copy exports to www
run: |
rm -rf /var/www/qrh