1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

Rename webite_builder.nu to website_builder.nu

This commit is contained in:
JT 2022-03-18 18:57:00 +13:00 committed by GitHub
parent 84b81a835b
commit fccebf48f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,4 +93,4 @@ for $markdown in $markdown_files {
$html_post | save --raw $name $html_post | save --raw $name
} }
} }