Javascript 我能';不要将我的简单html/css/JS网站部署到heroku

Javascript 我能';不要将我的简单html/css/JS网站部署到heroku,javascript,html,css,git,heroku,Javascript,Html,Css,Git,Heroku,这是帮助解决此问题的命令提示符的屏幕截图 I can't deploy my simple static website to heroku. please help me. these are the commands that I used: heroku login cd my-project/ git init heroku git:remote -a quiz-game-heroku git add . git commit -am "first"

这是帮助解决此问题的命令提示符的屏幕截图

I can't deploy my simple static website to heroku. please help me.
these are the commands that I  used:

 heroku login

 cd my-project/
 git init
 heroku git:remote -a quiz-game-heroku

 git add .
 git commit -am "first"
git push heroku master

有趣的是,我以前从未见过这个错误,在heroku文档中也找不到任何证据。似乎这只是为了找到与链接,所以我不会张贴在这里。不过,我的建议很简单。添加一个新的提交(即使只是在某处添加空白),然后推送。这应该避免构建完全相同。如果这不起作用,请尝试按照错误消息中的说明操作,这通常不是一件坏事。