Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
russss authored Jan 27, 2025
1 parent 69f6ece commit 10cf023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The website build process will attempt to automatically geocode (lookup coordina

How to hack on this website
---------------------------
While the website is written in Flask, at [build time](./workflows/build.yml) it's converted into a static site using the highly sophisticated method of `wget` - this happens every hour as long as Github Actions is working. If you add a new page, it needs to be linked from somewhere for the wget crawl to pick it up.
While the website is written in Flask, at [build time](./.github/workflows/build.yml) it's converted into a static site using the highly sophisticated method of `wget` - this happens every hour as long as Github Actions is working. If you add a new page, it needs to be linked from somewhere for the wget crawl to pick it up.

To edit:
* Install [uv](https://docs.astral.sh/uv/)
Expand Down

0 comments on commit 10cf023

Please sign in to comment.