Custom Post Type Archive – archive.php is present, but it is not being used

In your register_post_type function you set your publicly_queryable and public flags to false. If you don’t make your post_type publicly_queryable and public, the front-end will simply ignore it.

Source: developer.wordpress.org