new_site/.github/workflows
George 30f3c14465
Link checks on deploy (#2079)
Added another GitHub action to check for broken local links on version
of the site that will be deployed.

The `broken-links` action check for broken links considering
documentation files (like INSTALLING.md) and also pages like
[_pages/about.md](https://github.com/alshedivat/al-folio/blob/master/_pages/about.md),
but it can't check for broken links when the link will be handled by
jekyll tags (like in
[_pages/blog.md](https://github.com/alshedivat/al-folio/blob/master/_pages/blog.md).

With `broken-links-site` we can check if all the links that will be used
on the final site that refer to local files are correct. Focusing only
on local files since this would end up calling too many checks for
library files, like
`https://unpkg.com/bootstrap-table@1.22.1/dist/bootstrap-table.min.css`.

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-15 16:38:06 -03:00
..
broken-links-site.yml Link checks on deploy (#2079) 2024-01-15 16:38:06 -03:00
broken-links.yml Fix broken links (#2077) 2024-01-15 11:09:45 -03:00
deploy-docker-tag.yml format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
deploy-image.yml format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
deploy.yml Link checks on deploy (#2079) 2024-01-15 16:38:06 -03:00
docker-slim.yml format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
prettier.yml Link checks on deploy (#2079) 2024-01-15 16:38:06 -03:00