diff options
-rwxr-xr-x | postbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postbuild.sh b/postbuild.sh index 614bbc7..1c48fd8 100755 --- a/postbuild.sh +++ b/postbuild.sh @@ -1,5 +1,5 @@ #!/bin/bash -PUBLISH_URL="/" +PUBLISH_URL="" cd "dist" || exit 1 |