Skip to content
Snippets Groups Projects
Commit c2dfa49c authored by Jérôme Charaoui's avatar Jérôme Charaoui :racehorse:
Browse files

remove processing of "well-known" directory for Lektor

Remove this snippet which hard codes the filename contained in
.well-known in favor of using the included_assets parameters in
lektorproject files.
parent 852f3933
No related branches found
No related tags found
No related merge requests found
......@@ -102,14 +102,6 @@ do
done
)
(
if [ -d "website/public/well-known" ]; then
cd website/public
mv well-known .well-known
mv .well-known/index.html .well-known/brave-rewards-verification.txt
fi
)
mv website/public output
mkdir -p output/project/trace
( date -u
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment