Skip to content

Commit 890f88c

Browse files
authored
Remove map files from list to purge jsdelivr cache & fix quote typo (#167)
* fix(cache): remove map files from list to purge jsdelivr cache * fix(typo): replace weird quote with real single quote
1 parent c3b024e commit 890f88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/purge-js-delivr-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
method: "POST"
1414
accept: 200,201,204,202
1515
headers: '{ "cache-control": "no-cache", "content-type": "application/json" }'
16-
body: "{'path': ['/npm/@alma/[email protected]/dist/widgets.js,'/npm/@alma/[email protected]/dist/widgets.js’,‘/npm/@alma/[email protected]/dist/widgets.js.map’,‘/npm/@alma/[email protected]/dist/widgets.js.map’,'/npm/@alma/[email protected]/dist/widgets.umd.js','/npm/@alma/[email protected]/dist/widgets.umd.js', '/npm/@alma/[email protected]/dist/widgets.umd.js.map’,'/npm/@alma/[email protected]/dist/widgets.umd.js.map’, '/npm/@alma/[email protected]/dist/widgets-wc.umd.js','/npm/@alma/[email protected]/dist/widgets-wc.umd.js','/npm/@alma/[email protected]/dist/widgets-wc.umd.js.map’,'/npm/@alma/[email protected]/dist/widgets-wc.umd.js.map’,'/npm/@alma/[email protected]/dist/widgets.css','/npm/@alma/[email protected]/dist/widgets.css','/npm/@alma/[email protected]/dist/widgets.min.css','/npm/@alma/[email protected]/dist/widgets.min.css']}"
16+
body: "{'path': ['/npm/@alma/[email protected]/dist/widgets.js','/npm/@alma/[email protected]/dist/widgets.js','/npm/@alma/[email protected]/dist/widgets.umd.js','/npm/@alma/[email protected]/dist/widgets.umd.js', '/npm/@alma/[email protected]/dist/widgets-wc.umd.js','/npm/@alma/[email protected]/dist/widgets-wc.umd.js','/npm/@alma/[email protected]/dist/widgets.css','/npm/@alma/[email protected]/dist/widgets.css','/npm/@alma/[email protected]/dist/widgets.min.css','/npm/@alma/[email protected]/dist/widgets.min.css']}"
1717

1818
# If it is set to true, it will show the response log in the GitHub UI
1919
log-response: true

0 commit comments

Comments
 (0)