Skip to content

Commit f39cb1f

Browse files
authored
Add Google site verification
1 parent 652112e commit f39cb1f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
tar -xvzf ./webmscore4-4.3.2.tgz &&
3838
mv ./package ./webmscore &&
3939
rm ./webmscore4-4.3.2.tgz
40+
- shell: bash
41+
env:
42+
google_sc: ${{ secrets.GOOGLE_SC }}
43+
run: |
44+
echo "google-site-verification: ${google_sc}" > "${google_sc}.html"
4045
- name: Setup Pages
4146
uses: actions/configure-pages@v5
4247
- name: Upload artifact

0 commit comments

Comments
 (0)