test: other way
Some checks failed
Website build and deploy / build (pull_request) Failing after 37s
Some checks failed
Website build and deploy / build (pull_request) Failing after 37s
This commit is contained in:
@@ -46,9 +46,6 @@ jobs:
|
||||
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: Build website with Hugo
|
||||
run: hugo
|
||||
|
||||
- name: Check for broken links
|
||||
run: |
|
||||
if [ "${{ gitea.ref }}" = "refs/heads/main" ]; then
|
||||
@@ -57,6 +54,9 @@ jobs:
|
||||
mise linkcheck --offline
|
||||
fi
|
||||
|
||||
- name: Build website with Hugo
|
||||
run: mise run build
|
||||
|
||||
- name: Copy website to host
|
||||
uses: https://github.com/appleboy/scp-action@ff85246acaad7bdce478db94a363cd2bf7c90345 # v1.0.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user