Skip to content

Commit 592c47c

Browse files
committed
Create jekyll-gh-pages.yml
1 parent d8be2a2 commit 592c47c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
with:
3636
source: ./
3737
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" {} +
4438
- name: Upload artifact
4539
uses: actions/upload-pages-artifact@v3
4640

0 commit comments

Comments
 (0)