Merge pull request 'fix google var name' (#9) from init into main
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 2m58s

Reviewed-on: #9
This commit is contained in:
Michael Wegener 2024-03-18 12:22:28 +01:00
commit b46ede42e4

View File

@ -31,7 +31,7 @@ jobs:
env:
GOOGLE_VERIFICATION: ${{ vars.U10_GOOGLE_SITE_VERIFICATION }}
run: |
echo google-site-verification: $U10_GOOGLE_SITE_VERIFICATION > ./site/$U10_GOOGLE_SITE_VERIFICATION
echo google-site-verification: $GOOGLE_VERIFICATION > ./site/$GOOGLE_VERIFICATION
- name: Install lftp
run: apt-get install lftp -y
- name: Deploy MkDocs site