We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6a032 commit a37a686Copy full SHA for a37a686
.github/workflows/static.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/configure-pages@v5
36
- name: Use production version of the framework
37
run: |
38
- num="$(perl -i -ple '$k+= s|(\Qhttps://cdn.jsdelivr.net/npm/vue@3/dist/vue.esm-browser\E)\.js|$1.prod.js|g; END{print $k}' site/beta.html)"
+ num="$(perl -i -ple '$k+=s|(https://cdn\.jsdelivr\.net/npm/vue\@3/dist/vue\.esm-browser)\.js|$1.prod.js|g; END{print $k}' site/beta.html)"
39
if [[ "$num" != 1 ]]; then
40
echo "expect 1 match, got $num matches"
41
exit 1
0 commit comments