We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd77bba commit 20d5b75Copy full SHA for 20d5b75
.github/workflows/jekyll-gh-pages.yml
@@ -37,7 +37,7 @@ jobs:
37
destination: ./_site
38
- name: Change href
39
run: |
40
- sed -i 's|https://xjsdev.github.io/iorpc/|https://www.npmjs.com/package/iorpc|g' index.html
+ sed -i 's|https://xjsdev.github.io/iorpc/|https://www.npmjs.com/package/iorpc|g' ./_site/index.html
41
- name: Upload artifact
42
uses: actions/upload-pages-artifact@v3
43
0 commit comments