Skip to content

Commit 652cb52

Browse files
authored
Update preview.yml (#2517)
1 parent c98202d commit 652cb52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/preview.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
- run: npm ci --prefer-offline
2020
- run: npm run docs
2121
- run: cat _site/components/icon/demo/custom-icon-sets/index.html
22+
23+
- name: Verify JSPM URL
24+
run: curl -I https://ga.jspm.io/npm:@floating-ui/core
25+
26+
- name: POP Debug Info
27+
run: curl https://cachefly.cachefly.net/CacheFlyDebug
2228

2329
- name: Publish to Netlify
2430
env:

0 commit comments

Comments
 (0)