Skip to content

Commit e8d991d

Browse files
authored
Fix google site verification
1 parent f39cb1f commit e8d991d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
google_sc: ${{ secrets.GOOGLE_SC }}
4343
run: |
44-
echo "google-site-verification: ${google_sc}" > "${google_sc}.html"
44+
printf "google-site-verification: ${google_sc}.html" > "${google_sc}.html"
4545
- name: Setup Pages
4646
uses: actions/configure-pages@v5
4747
- name: Upload artifact

0 commit comments

Comments
 (0)