wiktoriavh / learn-web-dev

A Single Page with ressources to learn Web Development from Scratch
learn-web-dev.vercel.app
4 stars 4 forks source link

[BUG] Workflow check for 404 pages not working properly #46

Open wiktoriavh opened 2 years ago

wiktoriavh commented 2 years ago

image

https://github.com/Braweria/learn-web-dev/blob/main/.github/workflows/check.py

The workflow is reporting false positives on pages that do exist. This needs to be fixed.

wiktoriavh commented 2 years ago

cc @gmemstr maybe?

Mafrans commented 1 year ago

https://www.digitalocean.com/community/tutorials/what-is-static-hosting no longer exists, so a 404 is suitable there. As for the 403 responses could it be you're getting ratelimited? I can't seem to reproduce it.