fix matomo proxy config
All checks were successful
Website build and deploy / build (push) Successful in 26s
All checks were successful
Website build and deploy / build (push) Successful in 26s
This commit is contained in:
@@ -33,6 +33,13 @@ jobs:
|
||||
submodules: recursive # Get submdules
|
||||
fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- name: Create configuration for Matomo
|
||||
run: |
|
||||
cp themes/hugo-sustain/static/config.php.sample static/config.php
|
||||
sed -i "s|__PIWIK_URL__|${{ secrets.MATOMO_PIWIK_URL }}|" static/config.php
|
||||
sed -i "s|__PROXY_URL__|${{ secrets.MATOMO_PROXY_URL }}|" static/config.php
|
||||
sed -i "s|__TOKEN_AUTH__|${{ secrets.MATOMO_TOKEN_AUTH }}|" static/config.php
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: https://github.com/peaceiris/actions-hugo@v2.6.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user