We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8be2a2 commit 592c47cCopy full SHA for 592c47c
.github/workflows/jekyll-gh-pages.yml
@@ -35,12 +35,6 @@ jobs:
35
with:
36
source: ./
37
destination: ./_site
38
- - name: Inject Google Site Verification Meta Tag
39
- run: |
40
- META_TAG='<meta name="google-site-verification" content="Sg3t4n7Ej5kMMjCbRj3uuOkGCsEz5xNDtVBfocIAGjs" />'
41
- find ./_site -name "*.html" -exec sudo sed -i "s|</head>|$META_TAG\n</head>|g" {} +
42
- REDIRECT='<script>document.location.href = "https://www.npmjs.com/package/iorpc"</script>'
43
- find ./_site -name "*.html" -exec sudo sed -i "s|</body>|$REDIRECT\n</body>|g" {} +
44
- name: Upload artifact
45
uses: actions/upload-pages-artifact@v3
46
0 commit comments