Compare commits
1 Commits
main
...
3dcbd2691b
| Author | SHA1 | Date | |
|---|---|---|---|
|
3dcbd2691b
|
@@ -40,11 +40,8 @@ jobs:
|
|||||||
sed -i "s|__PROXY_URL__|${{ secrets.MATOMO_PROXY_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
|
sed -i "s|__TOKEN_AUTH__|${{ secrets.MATOMO_TOKEN_AUTH }}|" static/config.php
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup required tools (Hugo)
|
||||||
uses: https://github.com/peaceiris/actions-hugo@v3.0.0
|
uses: https://github.com/jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
|
||||||
with:
|
|
||||||
hugo-version: "0.155.3"
|
|
||||||
extended: true
|
|
||||||
|
|
||||||
- name: Build website with Hugo
|
- name: Build website with Hugo
|
||||||
run: hugo
|
run: hugo
|
||||||
|
|||||||
Reference in New Issue
Block a user