Skip to content

Commit

Permalink
Disable sitemap assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 17, 2024
1 parent 8b375df commit a8bd733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
php ../../System/bin/Assert.php "file_exists_and_is_not_empty('_site/docs/search.json')"
php ../../System/bin/Assert.php "file_exists_and_is_not_empty('_site/docs/index.html')"
php ../../System/bin/Assert.php "file_exists_and_is_not_empty('_site/media/app.css')"
php ../../System/bin/Assert.php "file_exists_and_is_not_empty('_site/sitemap.xml')"
# php ../../System/bin/Assert.php "file_exists_and_is_not_empty('_site/sitemap.xml')" # Requires a site URL in v1.6
php ../../System/bin/Assert.php "file_exists_and_is_not_empty('_site/index.html')"
php ../../System/bin/Assert.php "file_exists_and_is_not_empty('_site/about.html')"
php ../../System/bin/Assert.php "file_exists_and_is_not_empty('_site/demo.html')"
Expand Down

0 comments on commit a8bd733

Please sign in to comment.