Skip to content

Commit

Permalink
debugging github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 14, 2023
1 parent cdb1f02 commit dcfdb41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/buildWebpage.lean
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def matchProblemSetup (stx: Syntax) : CoreM (String.Pos × String.Pos) := do


unsafe def main (_args : List String) : IO Unit := do
IO.println "hello world"
IO.FS.createDirAll "_site"
IO.FS.createDirAll "_site/problems"

Expand Down

0 comments on commit dcfdb41

Please sign in to comment.