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:
@ -20,6 +20,8 @@ jobs:
|
|||||||
} >> "$file"
|
} >> "$file"
|
||||||
done
|
done
|
||||||
- run: npx refs-cli
|
- 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
|
- name: copy exports to www
|
||||||
run: |
|
run: |
|
||||||
rm -rf /var/www/qrh
|
rm -rf /var/www/qrh
|
||||||
|
|||||||
Reference in New Issue
Block a user