always try to upload lhci reports
parent
74dbd20633
commit
886c4b2bea
|
@ -55,6 +55,10 @@ steps:
|
||||||
source: lhci_reports/dist/*
|
source: lhci_reports/dist/*
|
||||||
strip_prefix: lhci_reports/dist/
|
strip_prefix: lhci_reports/dist/
|
||||||
target: /${DRONE_REPO_NAME}
|
target: /${DRONE_REPO_NAME}
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- failure
|
||||||
|
- success
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
.swp
|
.swp
|
||||||
.env*
|
.env*
|
||||||
dist/
|
dist/
|
||||||
|
tmp/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
lhci_reports/
|
||||||
exampleSite/themes/
|
exampleSite/themes/
|
||||||
exampleSite/public/
|
exampleSite/public/
|
||||||
|
|
||||||
|
@ -10,6 +12,7 @@ exampleSite/public/
|
||||||
layouts/partials/icons-svg-symbols.html
|
layouts/partials/icons-svg-symbols.html
|
||||||
static/main.*
|
static/main.*
|
||||||
static/favicon/
|
static/favicon/
|
||||||
|
static/fonts/GeekdocIcons.*
|
||||||
resources/_gen/
|
resources/_gen/
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
|
|
|
@ -17,3 +17,7 @@ ci:
|
||||||
tap-targets: off
|
tap-targets: off
|
||||||
first-contentful-paint: off
|
first-contentful-paint: off
|
||||||
first-meaningful-paint: off
|
first-meaningful-paint: off
|
||||||
|
largest-contentful-paint: off
|
||||||
|
upload:
|
||||||
|
target: filesystem
|
||||||
|
outputDir: lhci_reports
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue