Deployment build fail on github actions

I’m trying to create a personal blog using the following video by Technotim https://www.youtube.com/watch?v=F8iOU1ci19Q

But I’m facing an error when deploying also I’m getting the same error after making the server live in local host.

These are the following errors I’m facing when trying to deploy pages-deploy.yml

Here are the same errors in text format:

[**build**](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302)

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/configure-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. 

not exist

[41](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:42)

[42](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:43)* At _site/index.html:1:

[43](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:44)

[44](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:45) internal script reference /assets/js/dist/home.min.js does not exist

[45](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:46)

[46](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:47)* At _site/posts/hello-home/index.html:15:

[47](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:48)

[48](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:49) internal script reference /assets/js/dist/post.min.js does not exist

[49](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:50)

[50](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:51)* At _site/tags/getting-started/index.html:1:

[51](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:52)

[52](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:53) internal script reference /assets/js/dist/misc.min.js does not exist

[53](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:54)

[54](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:55)* At _site/tags/index.html:1:

[55](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:56)

[56](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:57) internal script reference /assets/js/dist/commons.min.js does not exist

[57](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:58)

[58](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:59)

[59](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:60)HTML-Proofer found 10 failures!

[60](https://github.com/Nehadsys/nehadsys.github.io/actions/runs/7948327272/job/21698709302#step:6:61)Error: Process completed with exit code 1.

I’m using chirpy template from here,

does that file exist? it seems to be an error from proofer rather than an actual build error.

It does not, i have cloned the repo from the original source, what should i do now?

not sure - you need to find out why something is asking for it but you don’t have it. So either you don’t need it in which case you could remove whatever is asking for it, or you need it in which case you need to find out where it came from and copy it into the correct location.