Skip to content

Commit c8d6525

Browse files
committed
fix: Update .github/workflows/pages-deploy.yml
1 parent 5218e3b commit c8d6525

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ jobs:
5454
- name: Setup IndexNow
5555
# Generate files dynamically to prevent them from being leaked in public repositories.
5656
# This example will put the file in the root directory of the site.You may change the location by yourself.
57-
run: echo ${{ secrets.INDEXNOW_KEY }} > ./_site/${{ secrets.INDEXNOW_KEY }}.txt
57+
run: echo ${{ secrets.INDEXNOW_KEY }} > _site/${{ secrets.INDEXNOW_KEY }}.txt
5858

5959
- name: Setup Naver Site Verification
6060
run: |
61-
echo naver-site-verification: ${{ secrets.NAVER_SITE_VERIFICATION }} > ./_site/${{ secrets.NAVER_SITE_VERIFICATION }}
61+
echo naver-site-verification: ${{ secrets.NAVER_SITE_VERIFICATION }} > _site/${{ secrets.NAVER_SITE_VERIFICATION }}
6262
6363
- name: Setup Ads.txt
6464
run: |
65-
echo google.com, pub-8691553075583022, DIRECT, f08c47fec0942fa0 > ./_site/ads.txt
65+
echo google.com, pub-8691553075583022, DIRECT, f08c47fec0942fa0 > _site/ads.txt
6666
6767
- name: Create CNAME file
6868
run: |
69-
echo www.yunseo.kim > ./_site/CNAME
69+
echo www.yunseo.kim > _site/CNAME
7070
7171
- name: Test site
7272
run: |

0 commit comments

Comments
 (0)