Skip to content

Commit 00c84db

Browse files
committed
feat: correct ads.txt info
1 parent b1ab67f commit 00c84db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Create cname file
3838
run: echo 'dangerous.tech' > public/CNAME
3939

40+
- name: Create Google Adsense file
41+
run: echo 'google.com, pub-3139375174722237, DIRECT, f08c47fec0942fa0' > ads.txt
42+
4043
- name: Deploy
4144
uses: peaceiris/actions-gh-pages@v3
4245
with:

0 commit comments

Comments
 (0)