Skip to content

Commit be16b6d

Browse files
authored
Inject Google Search Console verification tag during website build (#191)
1 parent 818b695 commit be16b6d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/rostemplate-gh-pages.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
ropenspain/rostemplate
3333
needs: website
3434

35+
- name: Create Google Search Console verification file
36+
run: |
37+
mkdir -p pkgdown/assets
38+
echo -n "google-site-verification: google791d291f91311a84.html" > pkgdown/assets/google791d291f91311a84.html
39+
3540
- name: Deploy package
3641
run: |
3742
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
 (0)