Skip to content

Commit

Permalink
Update repo-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zx900930 authored Apr 23, 2023
1 parent ed07ed1 commit f4e777e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
find ./ -type f -exec sed -i -e 's#https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-select.min.js#https://cdnjs.loli.net/ajax/libs/bootstrap-select/1.13.18/js/bootstrap-select.min.js#g' {} \;
find ./ -type f -exec sed -i -e 's#https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/js/all.min.js#https://cdnjs.loli.net/ajax/libs/font-awesome/5.13.1/js/all.min.js#g' {} \;
find ./ -type f -exec sed -i -e 's#https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js#https://cdnjs.loli.net/ajax/libs/popper.js/1.16.1/umd/popper.min.js#g' {} \;
find ./ -type f -exec sed -i -e 's#<script async src="https://www.googletagmanager.com/gtag/js?id=G-VBQ8W4W1QK"></script>#<script async defer data-website-id="efff22b9-1357-451e-a179-86f67e00764e" src="https://um.iwarship.cn/shipdata.js"></script>#g' {} \;
find ./ -type f -exec sed -i -e 's#<script async src="https://www.googletagmanager.com/gtag/js?id=G-VBQ8W4W1QK"></script>#<script async src="https://um.iwarship.cn/shipdata" data-website-id="efff22b9-1357-451e-a179-86f67e00764e"></script>#g' {} \;
git add ./*
git commit -m "Patch frontend urls"
git push


0 comments on commit f4e777e

Please sign in to comment.