This commit is contained in:
2026-01-07 19:50:41 -06:00
parent 98672cc51b
commit 178afbcf1c

View File

@@ -48,7 +48,7 @@ post_file_name = %(#{post_type['name']}_#{post_id.chomp})
post_extension = 'md' post_extension = 'md'
write_file post_directory, post_file_name, post_extension, post write_file post_directory, post_file_name, post_extension, post
spawn_toast 'File Created', %(Poaster created #{post_file_name}#{post_extension} at #{post_directory}.), 10 spawn_toast 'File Created', %(Poaster created #{post_file_name}.#{post_extension} at #{post_directory}.), 10
# Run build and upload commands # Run build and upload commands
`cd #{config_data['siteDirectory']} && #{config_data['buildCommand']} && #{config_data['uploadCommand']}` `cd #{config_data['siteDirectory']} && #{config_data['buildCommand']} && #{config_data['uploadCommand']}`