Skip to content

Commit

Permalink
Merge branch 'master' of github.com:balacij/Drasil into texRestrictCi
Browse files Browse the repository at this point in the history
  • Loading branch information
balacij committed Feb 21, 2024
2 parents b44707d + 00808ef commit 1ce5bce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions code/drasil-code/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ Last updated: Sept. 15, 2021

**Language**
- Contains the code for Drasil



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 1ce5bce

Please sign in to comment.