We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2bdfe commit 8fca624Copy full SHA for 8fca624
etc/deploy-to-ghpages.pl
@@ -36,6 +36,7 @@ sub _hugo_rsync {
36
'CNAME',
37
'/sitemap.xml',
38
'/sitemap_index.xml',
39
+ '/404.html',
40
);
41
_try_run( qw{rsync -Cavz --delete}, ( map { ; '--exclude' => $_ } @exclude ), qw{build/hugo/}, $tmpdir );
42
}
0 commit comments