Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Mar 23, 2024
1 parent cca3d04 commit 18897f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Commands/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ protected function buildItem(Content $item, MarkdownRenderer $renderer): void
{
echo 'Building ' . $item->path . PHP_EOL;

file_get_contents('https://ping2.me/@daudau/debug?message=Building' . $item->slug);

$directory = getcwd() . '/public/' . ($item->url() === '/' ? 'index.html' : ($item->url() . '/index.html'));

if (!is_dir(dirname($directory))) {
Expand Down

0 comments on commit 18897f5

Please sign in to comment.