Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tweaking CI and fixing broken link
  • Loading branch information
MasonEgger committed Mar 19, 2026
commit e8ea70cbc3dec21571384e59462a20e6e90db05e
3 changes: 3 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Build site
run: uv run mkdocs build --strict

- name: Strip canonical and og:url meta tags
run: find site -name '*.html' -exec sed -i '/<link rel="canonical"/d;/<meta property="og:url"/d' {} +

- name: Link Checker
uses: lycheeverse/lychee-action@v2.2.0
with:
Expand Down
1 change: 0 additions & 1 deletion .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
localhost:8000
https://pytexas.org/2026/sponsors/recruiter/
2 changes: 1 addition & 1 deletion docs/attend/in-person.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The event will be starting before the library is open. **Be sure to use the Sout

If the parking garage is full, there are other parking options nearby.

* [Austin City Hall Garage](https://www.austintexas.gov/cityhallparking)
* [Austin City Hall Garage](https://abmparking.com/facilities/austin-city-hall-garage/)
* [Silicon Labs Garage](https://www.parkme.com/lot/82674/silicon-labs-garage-austin-tx)
* [Violet Crown parking garage](https://www.parkme.com/lot/26607/amli-on-2nd-parking-austin-tx)
* Street parking
Expand Down
Loading