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 10ce96a commit 57519fdCopy full SHA for 57519fd
.github/workflows/preview.yml
@@ -23,11 +23,10 @@ jobs:
23
run: curl https://cachefly.cachefly.net/CacheFlyDebug
24
25
# Set up GitHub Actions caching for Wireit.
26
- - uses: google/wireit@setup-github-actions-caching/v2
+ - uses: google/wireit@setup-github-actions-caching/v2
27
28
- run: npm ci --prefer-offline
29
- run: npm run docs
30
- - run: cat _site/components/icon/demo/custom-icon-sets/index.html
31
32
- name: Publish to Netlify
33
env:
0 commit comments