We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs/pure-caches
1 parent 3fc8a92 commit c7ad615Copy full SHA for c7ad615
.github/workflows/deploy.yml
@@ -56,6 +56,4 @@ jobs:
56
if: env.COS_SECRET_ID
57
env:
58
COS_SECRET_KEY: ${{secrets.COS_SECRET_KEY}}
59
- run: |
60
- cd docs
61
- pnpm run pure-caches
+ run: ./docs/pure-caches
docs/pure-caches
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-import TenYun from 'tenyun';
+const { default: TenYun } = require('tenyun');
4
5
new TenYun(process.env.COS_SECRET_ID ?? '', process.env.COS_SECRET_KEY ?? '')
6
.cdn
0 commit comments