@@ -31,12 +31,12 @@ to know whether a link resolves or a size is accurate.
3131
3232The consequences are worth being explicit about:
3333
34- | Property | Because |
35- | ---| ---|
36- | Works from ` file:// ` , no server needed | Nothing is fetched |
37- | Deploys by copying two paths | There is nothing to build |
38- | Goes stale silently | Nothing re-reads the directory |
39- | Cannot show a file that appears later | The listing is not generated |
34+ | Property | Because |
35+ | -------------------------------------- | ------------------------------ |
36+ | Works from ` file:// ` , no server needed | Nothing is fetched |
37+ | Deploys by copying two paths | There is nothing to build |
38+ | Goes stale silently | Nothing re-reads the directory |
39+ | Cannot show a file that appears later | The listing is not generated |
4040
4141A real Apache server generates this page per request. This is a picture of one.
4242
@@ -56,11 +56,11 @@ necessity — any web server, or no server at all, will do.
5656
5757## Automation
5858
59- | Workflow | Purpose |
60- | ---| ---|
61- | ` pages.yml ` | Deploys to GitHub Pages on push to ` main ` |
62- | ` docker-publish.yml ` | Publishes the image to GHCR |
63- | ` gitleaks.yml ` | Scans for committed secrets |
59+ | Workflow | Purpose |
60+ | -------------------- | ----------------------------------------- |
61+ | ` pages.yml ` | Deploys to GitHub Pages on push to ` main ` |
62+ | ` docker-publish.yml ` | Publishes the image to GHCR |
63+ | ` gitleaks.yml ` | Scans for committed secrets |
6464
6565Dependabot updates Actions and the Docker base image daily. There are no application
6666dependencies to update, because there are none.
0 commit comments