Skip to content

Commit 43e66c1

Browse files
committed
Update jekyll-gh-pages.yml
1 parent 3fe0805 commit 43e66c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sudo sed -i 's|https://xjsdev.github.io/iorpc/|https://www.npmjs.com/package/iorpc|g' ./_site/index.html
4141
sudo sed -i '/<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">/,/<\/div>/d' ./_site/index.html
4242
META_TAG='<meta name="keywords" content="Node.js, JavaScript, RPC, Remote Procedure Call, Lightweight RPC, Inter-worker communication, Web Workers, SharedWorker, MessageChannel, JS communication, async function call, browser messaging, function proxy, thread communication, frontend utils, postMessage API, JavaScript library, JS workers communication, JSON-RPC, browser workers, iorpc, iorpc npm, iorpc JavaScript, call functions across contexts, proxy-based RPC, worker-to-main thread communication, JS threading, context bridge, worker utils JS, async communication JS, how to call function in Web Worker, lightweight RPC JavaScript, JS worker communication library, remote procedure call browser, simple RPC with postMessage, Call from another script, module for implementing a mechanism for remote asynchronous function calls">'
43-
sudo sed -i "s|</head>|$META_TAG\n</head>|g" {} + ./_site/index.html
43+
sudo sed -i "s|</head>|$META_TAG\n</head>|g" ./_site/index.html
4444
- name: Upload artifact
4545
uses: actions/upload-pages-artifact@v3
4646

0 commit comments

Comments
 (0)