Skip to content

Commit c775ff6

Browse files
committed
Ensure folder gets correct name in config file
1 parent 2946125 commit c775ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-website.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
fi
1919

2020
test -d output && mv output "$1"
21-
sed -e "s/NAME/website/" nginx.conf > "$1".conf
21+
sed -e "s/NAME/$1/" nginx.conf > "$1".conf
2222

2323
ssh-keyscan -H firehol.org >> ~/.ssh/known_hosts
2424

0 commit comments

Comments
 (0)