Skip to content

Commit d86ab31

Browse files
committed
feat: workflow를 수정하다
- adsense 파일을 추가해야하여 스크립트를 추가함.
1 parent 60ba879 commit d86ab31

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths-ignore:
77
- ".github/**"
88
- "cli/**"
9+
workflow_dispatch:
910

1011
concurrency:
1112
group: ${{ github.workflow }}
@@ -32,6 +33,10 @@ jobs:
3233
- name: Build posts
3334
run: uv run cli build
3435

36+
- name: Google adsense
37+
run: |
38+
echo "google.com, pub-1014314833699403, DIRECT, f08c47fec0942fa0" >> ./output/ads.txt
39+
3540
- name: Deploy
3641
uses: peaceiris/actions-gh-pages@v4
3742
with:

0 commit comments

Comments
 (0)