Skip to content

Commit

Permalink
[Add] : SearchConsole 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sookim-1 committed Jul 9, 2024
1 parent 9470b7a commit 2efd8ff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
run: make setup
- name: Generate the website
run: make generate
- name: Copy existing files
run: |
cp google70dd4382a6eecd18.html ./Output/
cp robots.txt ./Output/
cp naver50ba38ef6c02338f50a2369f3010ed59.html ./Output/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
1 change: 1 addition & 0 deletions google70dd4382a6eecd18.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google70dd4382a6eecd18.html
1 change: 1 addition & 0 deletions naver50ba38ef6c02338f50a2369f3010ed59.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
naver-site-verification: naver50ba38ef6c02338f50a2369f3010ed59.html
2 changes: 2 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow:/

0 comments on commit 2efd8ff

Please sign in to comment.