diff --git a/.lighthouserc.yml b/.lighthouserc.yml index 978d57e..95c12ce 100644 --- a/.lighthouserc.yml +++ b/.lighthouserc.yml @@ -8,7 +8,7 @@ ci: - http://localhost/404.html - http://localhost/usage/getting-started/ settings: - chromeFlags: "--no-sandbox" + chromeFlags: "--no-sandbox --headless --disable-dev-shm-usage" onlyCategories: ["performance", "accessibility", "best-practices", "seo"] skipAudits: [ diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index cae659b..a1d01ff 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -44,7 +44,7 @@ steps: - event: [pull_request] - name: build - image: quay.io/thegeeklab/hugo:0.133.0 + image: quay.io/thegeeklab/hugo:0.136.5 commands: - hugo --panicOnWarning -s exampleSite/ diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index e5d2654..c1efa54 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -23,7 +23,7 @@ steps: FORCE_COLOR: "true" - name: testbuild - image: quay.io/thegeeklab/hugo:0.133.0 + image: quay.io/thegeeklab/hugo:0.136.5 commands: - mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME} - hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/