Skip to content

Commit

Permalink
build before parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Mar 3, 2024
1 parent b47963a commit 5a8e4a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
./redirector.ps1
./buildMap.ps1
mkdocs build
Get-ChildItem -File *.html -Recurse | ForEach-Object {
$content = Get-Content -Path $_.FullName
Expand Down

0 comments on commit 5a8e4a4

Please sign in to comment.