Skip to content

Commit 2b888c6

Browse files
fixed PATH reseting action and move staticDistDir
1 parent f296d8d commit 2b888c6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ci": {
33
"collect": {
4-
"staticDistDir": "./dist"
4+
"staticDistDir": "./script/static-website"
55
}
66
}
7-
}
7+
}

.github/workflows/LHCI-static-multiple-urls.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
https://alekseykulikov.com/
1414
https://treo.sh/
1515
https://google.com/
16-
https://$ORIGIN.$TLD/$PATH
16+
https://$URL_DOMAIN/$URL_PATH
17+
temporaryPublicStorage: true
1718
env:
18-
ORIGIN: treo
19-
TLD: sh
20-
PATH: demo/
19+
URL_DOMAIN: treo.sh
20+
URL_PATH: demo/
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)