Skip to content

Commit e8c0cf9

Browse files
committed
chore: debug ci
1 parent 652cb52 commit e8c0cf9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/preview.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
node-version: '18'
1717
cache: npm
1818

19-
- run: npm ci --prefer-offline
20-
- run: npm run docs
21-
- run: cat _site/components/icon/demo/custom-icon-sets/index.html
22-
2319
- name: Verify JSPM URL
2420
run: curl -I https://ga.jspm.io/npm:@floating-ui/core
25-
21+
2622
- name: POP Debug Info
2723
run: curl https://cachefly.cachefly.net/CacheFlyDebug
2824

25+
- run: npm ci --prefer-offline
26+
- run: npm run docs
27+
- run: cat _site/components/icon/demo/custom-icon-sets/index.html
28+
2929
- name: Publish to Netlify
3030
env:
3131
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)