Skip to content

Commit 4acc716

Browse files
committed
build: fix preview path
1 parent af7b25c commit 4acc716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.script/web-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cp --dereference --recursive -v relWeb/LogOut web/LogOut
44
chmod --recursive 775 web # Files from Nix store come read-only
55
tar --create --directory=web --file=web.tar.gz --gzip --verbose LogOut
66
nix build .#preWeb --out-link preWeb # Set preview to this Release
7-
cp --dereference --recursive -v preWeb/LogOut web/LogOut/preview
7+
cp --dereference --recursive -v preWeb/LogOut/preview web/LogOut/preview

0 commit comments

Comments
 (0)