We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652cb52 commit e8c0cf9Copy full SHA for e8c0cf9
.github/workflows/preview.yml
@@ -16,16 +16,16 @@ jobs:
16
node-version: '18'
17
cache: npm
18
19
- - run: npm ci --prefer-offline
20
- - run: npm run docs
21
- - 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
28
+ - run: npm ci --prefer-offline
+ - run: npm run docs
+ - run: cat _site/components/icon/demo/custom-icon-sets/index.html
29
- name: Publish to Netlify
30
env:
31
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
0 commit comments