Skip to content

Commit

Permalink
I'm making my own website, I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
balacij committed Sep 18, 2023
1 parent 83834b1 commit 00808ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion code/drasil-website/app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ main = do
-- Env variables relating to variables exposed on CI.
-- Because we want to be able to test site building locally, we fill in these stubs with
-- (sometimes correct) assumptions.
repoSlug <- fromMaybe "JacquesCarette/Drasil" <$> lookupEnv "GITHUB_REPOSITORY"
repoSlug <- fromMaybe "balacij/Drasil" <$> lookupEnv "GITHUB_REPOSITORY"
tree <- fromMaybe "master" <$> lookupEnv "DRASIL_WEBSITE_TREE"
-- Next two are metadata used to produce the footer.
buildNumber <- fromMaybe "0" <$> lookupEnv "GITHUB_RUN_NUMBER"
Expand Down
18 changes: 9 additions & 9 deletions code/stable-website/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00808ef

Please sign in to comment.