diff --git a/.drone.yml b/.drone.yml index f09fba6..5b1e2b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,6 +55,10 @@ steps: source: lhci_reports/dist/* strip_prefix: lhci_reports/dist/ target: /${DRONE_REPO_NAME} + when: + status: + - failure + - success trigger: ref: diff --git a/.gitignore b/.gitignore index bbfc527..74cdf58 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,9 @@ .swp .env* dist/ +tmp/ node_modules/ +lhci_reports/ exampleSite/themes/ exampleSite/public/ @@ -10,6 +12,7 @@ exampleSite/public/ layouts/partials/icons-svg-symbols.html static/main.* static/favicon/ +static/fonts/GeekdocIcons.* resources/_gen/ # testing diff --git a/.lighthouserc.yml b/.lighthouserc.yml index ed7a475..b6fdc6f 100644 --- a/.lighthouserc.yml +++ b/.lighthouserc.yml @@ -17,3 +17,7 @@ ci: tap-targets: off first-contentful-paint: off first-meaningful-paint: off + largest-contentful-paint: off + upload: + target: filesystem + outputDir: lhci_reports diff --git a/static/fonts/GeekdocIcons.woff b/static/fonts/GeekdocIcons.woff deleted file mode 100644 index 59b4218..0000000 Binary files a/static/fonts/GeekdocIcons.woff and /dev/null differ diff --git a/static/fonts/GeekdocIcons.woff2 b/static/fonts/GeekdocIcons.woff2 deleted file mode 100644 index cf8d313..0000000 Binary files a/static/fonts/GeekdocIcons.woff2 and /dev/null differ