Skip to content

Commit 96408ac

Browse files
committed
Update pages-deploy.yml
Remove legacy Naver site verification for the deprecated domain
1 parent dcec6b9 commit 96408ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
# This example will put the file in the root directory of the site.You may change the location by yourself.
5757
run: echo ${{ secrets.INDEXNOW_KEY }} > ./_site/${{ secrets.INDEXNOW_KEY }}.txt
5858

59-
- name: Setup Naver Site Verification(Old Domain)
60-
run: |
61-
echo naver-site-verification: ${{ secrets.LEGACY_NAVER_SITE_VERIFICATION }} > ./_site/${{ secrets.LEGACY_NAVER_SITE_VERIFICATION }}
62-
6359
- name: Setup Naver Site Verification
6460
run: |
6561
echo naver-site-verification: ${{ secrets.NAVER_SITE_VERIFICATION }} > ./_site/${{ secrets.NAVER_SITE_VERIFICATION }}

0 commit comments

Comments
 (0)