We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb12009 commit 3358a4aCopy full SHA for 3358a4a
.github/workflows/jekyll-gh-pages.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Change href
39
run: |
40
sudo sed -i 's|https://xjsdev.github.io/iorpc/|https://www.npmjs.com/package/iorpc|g' ./_site/index.html
41
+ sudo sed -i '/<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">/,/<\/div>/d' ./_site/index.html
42
- name: Upload artifact
43
uses: actions/upload-pages-artifact@v3
44
0 commit comments