update patch js
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
This commit is contained in:
@ -21,7 +21,9 @@ jobs:
|
||||
done
|
||||
- run: npx refs-cli
|
||||
- name: patch js path
|
||||
run: find dist -type f -name "*.html" -exec sed -i 's|/js/|/qrh/js/|g' {} +
|
||||
run: |
|
||||
find dist -type f -name "*.html" -exec sed -i 's|/js/|/qrh/js/|g' {} +
|
||||
find dist -type f -name "*.html" -exec sed -i 's|/data\.js|/qrh/data.js|g' {} +
|
||||
- name: copy exports to www
|
||||
run: |
|
||||
rm -rf /var/www/qrh
|
||||
|
||||
Reference in New Issue
Block a user