Describe the bug
netlify deploy --build -s arguco --prod
To Reproduce
Steps to reproduce the behavior:
- Fork the repository
https://github.com/ontola/atomic-argu/
- Deploy it to Netlify
netlify deploy --build -s arguco --prod
- In the logs:
Skip submitting sitemap to google, yandex, because this isn't a production build
- See that the sitemap file is missing...
However, if we run seperate steps:
netlify build
sitemap.xml is in the build dir!
netlify deploy --prod
- Yay it's live!
Additional context